chore(release): bump to 0.10.19 so the staging hop can tag again (backend#2790) - #615
Merged
Merged
Conversation
…kend#2790) The 2026-08-31 staging settle refused cli: rc NOT tagged - v0.10.18 already exists and the delta DOES touch published files (bump VERSION on develop before the next release) v0.10.18 is tagged and the staging->develop delta touches `internal/*` and `scripts/install.ps1`, both declared publish paths. Re-tagging would make one tag name two different trees. PATCH, measured. Two commits, both `fix`: fix(ingest): report the physical destination table, not the requested name fix(install): a VERIFIED signature no longer kills the Windows install (#611) No feat, nothing breaking, so 0.10.18 -> 0.10.19. FIFTH INSTANCE OF THIS TODAY, and the count is the point. design-system-v2 hit it twice (v0.1.0, v0.1.1) and this is cli's turn; a fourth apparent case on design-system-v2 today turned out to be a STALE MIRROR rather than a missing bump, which is its own argument for automating the distinction instead of eyeballing it. Every release needs the bump the NEXT release is refused without, and doing it by hand means a refused settle is how we find out. `.github#372` builds `post-release-bump.yml` for exactly this. This repo needs its caller; that is the third checkbox on backend#2790. Part of tracebloc/backend#2790
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.
Why
The 2026-08-31 staging settle refused
cli:v0.10.18is tagged and thestaging...developdelta touchesinternal/cli/*,internal/submit/*andscripts/install.ps1— all declared publish paths. Re-tagging would make one tag name two different trees.Patch, measured
Two commits, both
fix:fix(ingest): report the physical destination table, not the requested name(backend#2255)fix(install): a VERIFIED signature no longer kills the Windows install(fix(install): a VERIFIED signature no longer kills the Windows install #611)No
feat, nothing breaking →0.10.18→0.10.19.VERSIONis the only tracked file carrying the string — checked rather than assumed.The count is the finding
This is the fifth version-bump refusal today.
design-system-v2hit it atv0.1.0and again atv0.1.1; this iscli's turn.A fourth apparent case on
design-system-v2in this same settle turned out not to be a missing bump at all — its mirror was stale at0.1.2whiledevelophad already moved to0.2.0, so it needed a recut, not a bump. Two failure modes that produce the same refusal message and want opposite remedies, told apart only by hand. That is its own argument for automation: a human readingrc NOT taggedcannot tell them apart without going and checking the mirror's ownpackage.json..github#372buildspost-release-bump.ymlto open the bump PR the moment a release consumes a version. This repo needs its caller, and so doesdesign-system-v2. That is the open third checkbox on tracebloc/backend#2790, and this PR is the fifth piece of evidence for it.Part of tracebloc/backend#2790
Note
Low Risk
Single-file version string update with no runtime or security impact.
Overview
Bumps the release marker in
VERSIONfrom 0.10.18 to 0.10.19 so the next staging settle can tag a new RC without reusingv0.10.18(which already points at a published tree whiledevelophas additional fixes on publish paths).No application, CLI, or install logic changes in this diff—only the version string file.
Reviewed by Cursor Bugbot for commit 6ea707c. Bugbot is set up for automated code reviews on this repo. Configure here.