Skip to content

docs: describe semver versioning in versions.env [bump:minor]#13

Closed
julian-goldstein wants to merge 1 commit into
masterfrom
demo-minor-bump
Closed

docs: describe semver versioning in versions.env [bump:minor]#13
julian-goldstein wants to merge 1 commit into
masterfrom
demo-minor-bump

Conversation

@julian-goldstein

Copy link
Copy Markdown
Contributor

Demo of the new semver workflow. Updates the now-stale TOOLCHAIN_VERSION comment in build/versions.env (it still said "CI bumps it by 0.1").

What to watch:

  • The markers check runs on this PR and should report a minor bump (subject carries [bump:minor]; it's also the default).
  • On merge, the build/** change triggers vendor-toolchain on master. With no fingerprinted build input changed, detect reuses every tool from v0.5, then it computes v0.5v0.6.0 and publishes that release.

(First real exercise of the bump logic; v0.5 is a legacy 2-component tag read as 0.5.0.)

Demo of the new versioning flow: this build/ change triggers vendor-toolchain
on merge, which (unmarked default / explicit [bump:minor]) bumps the highest
clean tag v0.5 to v0.6.0. No fingerprinted build input changed, so every tool
is reused from the v0.5 release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@julian-goldstein

Copy link
Copy Markdown
Contributor Author

Demo purpose served (v0.6.0/v0.6.1/v0.7.0 cut). The stale-comment fix it carried is folded into #17.

julian-goldstein added a commit that referenced this pull request Jun 19, 2026
Folds in the doc fix from the now-redundant demo PR #13.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@julian-goldstein julian-goldstein deleted the demo-minor-bump branch June 19, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant