Commit a09f88e
fix(ci): fix semantic-release config and delete orphaned v0.3.0 tag
The v0.3.0 tag was on a commit not reachable from HEAD (orphaned by a
non-squash merge of PR #27). semantic-release walked past it and computed
0.3.0 from v0.2.0, then refused because "0.3.0 has already been released".
Fix: deleted the orphaned tag/release and added major_on_zero=false to
prevent feat commits from bumping to 1.0.0 while in 0.x range.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b0e09e9 commit a09f88e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments