Commit 46cc8f8
committed
fix(release): bump version to 1.0.2 and number pre-releases from releases
package.json was at 0.2.0 while v1.0.1 is already published, so the
Pre-release workflow computed v0.2.0-pre.N behind the live release line and
collided with v0.2.0-pre.1 (permanently burned in the immutable-release
ledger). Bump to 1.0.2 so pre-releases lead the next patch, and derive the
next pre-release number from the releases list (incl. drafts + immutable)
instead of git tags, which never materialize under immutable releases.1 parent 09bc00b commit 46cc8f8
2 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments