chore(release): bump to 0.10.20 so the staging hop can tag again (backend#2790) - #617
Merged
Conversation
…kend#2790) v0.10.19 is already tagged and both develop and staging read 0.10.19, so the staging hop has nothing to cut and the one unshipped commit cannot ship. That commit is the Dependabot pflag 1.0.9 -> 1.0.10 bump (#575), which touches go.mod and go.sum -- both inside this repo of publish_paths: cmd/* internal/* go.mod go.sum VERSION scripts/install.sh scripts/install.ps1 So it changes a published artifact and a version bump is required rather than optional. Checked against the declaration in release-train repos.yml rather than assumed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
waqaskhanroghani
requested review from
saadqbal
and removed request for
saqlainsyed007
September 1, 2026 08:45
Contributor
Author
|
/fr-pass Functional review on staging — passed, with direct evidence. Journey (tier A), install via the real installer → client components healthy → CLI installed from its signed release and signed in → dataset ingested for every task type → use case published → model trained and the leaderboard read. The train leg, which is the one that matters: This repo's change is on the path that run exercised, so this is functional evidence rather than an inference from code review. Two things stated rather than glossed:
|
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
v0.10.19is already tagged, and bothdevelopandstagingread0.10.19. So the staging hop has nothing to cut, and the one unshipped commit cannot ship.Why a bump is required, not optional
The unshipped commit is the Dependabot
pflag1.0.9 → 1.0.10 bump (#575). It touchesgo.modandgo.sum— both inside this repo's declaredpublish_pathsinrelease-train/repos.yml:So it changes a published artifact. I checked that against the declaration rather than assuming it — a dependency bump that only moved a test fixture would not have needed this.
Scope
One line.
0.10.19appears nowhere else in the repo — verified by grep, not by expectation, since a version duplicated into a constant or a docs snippet is the usual way a bump half-lands.Found during the pre-hop check for today's staging promotion:
cliwas the only version-gated repo with unshipped work whose version had not moved.client(1.9.92 vs 1.9.90) anddesign-system-v2(0.2.1 vs 0.2.0) were both already correct.Part of tracebloc/backend#2790.
Note
Low Risk
Only updates the VERSION file; no runtime, auth, or dependency changes in this diff.
Overview
Bumps the repo release marker in
VERSIONfrom 0.10.19 to 0.10.20 so the release train can cut a new tag.This is a one-line version-only change (no application code in the diff). It unblocks staging promotion when
v0.10.19is already tagged and published paths still have commits that need a new release (e.g. the pendingpflagdependency update described in the PR context).Reviewed by Cursor Bugbot for commit 4c14de2. Bugbot is set up for automated code reviews on this repo. Configure here.