ci!: automate semantic version releases via svu next#8
Merged
Conversation
Replace the forced `svu minor` bump with `svu next`, which infers the bump (major/minor/patch) from the Conventional Commit messages since the latest tag, falling back to a patch so every push to main still ships a release. Document the convention in the README. BREAKING CHANGE: rtr now commits to a stable public interface. This is the 1.0.0 milestone release; from here, breaking changes bump the major version per semver. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RAEqquD95NSggjeGv8NUiw
Persist the commit-message convention so it is loaded into context for every session in this repo. The release workflow's `svu next` step relies on these prefixes to choose the version bump. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RAEqquD95NSggjeGv8NUiw
rjayasin
force-pushed
the
claude/semantic-versioning-automation-67p8hc
branch
from
June 26, 2026 07:06
f0c36f9 to
dff1047
Compare
rjayasin
added a commit
that referenced
this pull request
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the forced
svu minorbump withsvu next, which infers the bump(major/minor/patch) from the Conventional Commit messages since the latest tag.
When nothing warrants a bump, fall back to a patch so every push to
mainstillships a release. Documents the convention in the README and pins it via
CLAUDE.md.This PR is also the 1.0.0 milestone: the
BREAKING CHANGE:footer belowmakes
svu nextbump0.19.0 → 1.0.0on merge.BREAKING CHANGE: rtr now commits to a stable public interface. This is the 1.0.0
milestone release; from here, breaking changes bump the major version per semver.
🤖 Generated with Claude Code