Skip to content

Commit 6d27544

Browse files
semarjclaude
andcommitted
fix: update release-please manifest to current version 1.0.2
The manifest was set to 1.0.0 but the actual codebase is at 1.0.2 (per pyproject.toml and CHANGELOG.md). This caused release-please to look at all commits since 1.0.0 and bump to 1.0.1 instead of properly detecting the breaking change (commit 7559751) that should bump to 2.0.0. By setting the manifest to 1.0.2, release-please will only consider commits after that version, properly detecting the breaking change and bumping to 2.0.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 1fcb54c commit 6d27544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.2"
33
}

0 commit comments

Comments
 (0)