Skip to content

Commit a09f88e

Browse files
abrichrclaude
andcommitted
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

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ line-length = 100
101101
version_toml = ["pyproject.toml:project.version"]
102102
branch = "main"
103103
commit_message = "chore: release {version}"
104+
major_on_zero = false
104105

105106
[tool.semantic_release.commit_parser_options]
106107
allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"]

0 commit comments

Comments
 (0)