docs(examples): drop the hard-coded current-version claim #716
No reviewers
Labels
No labels
bump
major
bump
minor
bump
patch
kind/bug
kind/chore
kind/docs
kind/feature
priority/critical
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frankenbit/release-toolkit!716
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "i/examples-readme-stale-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found by Lookout reviewing the v0.38.0 cut (#709), and it blocks that cut.
The defect
examples/README.mdstep 2 tells adopters to replace theuses:pin. The release rewrite updates that pin on every cut —@v0.37.2became@v0.38.0in the current cut. The parenthetical beside it named a fixed version and is updated by nothing:So the cut ships a page that says replace with
@v0.38.0and, on the next line, v0.25.0 is current. Thirteen minor releases of drift, visible to adopters.The fix, and why not the obvious one
Updating the number to
v0.38.0restarts the same clock. The line now points at the README Status section — the surface that actually tracks the current tag — so the claim cannot rot again.Verification
Density pre-checked against both gates, per the lesson from #715 (a fix that clears one gate by tripping its neighbour is not a fix):
Note on the fragment number
The changelog fragment is named for this PR. If the number differs from what the fragment cites, that is an authoring slip and should be corrected before merge — flagged rather than left for a reader to notice.
Anchor
Defect found by Lookout on
#709at631bd513(review 5166, REQUEST_CHANGES). Fix authored by Bosun; needs a stamp from areviewers-team member, sinceapprovals_whitelist_teams=["reviewers"]decides countability on this repo.APPROVED at
f9799893721b05238234f762fd7594b68fa7de59. The examples instruction now delegates the current-tag claim to README Status instead of restarting a hard-coded version clock. Fragment numbering matches PR #716; the two-file delta is otherwise scoped to the fix. CI is still pending and must be terminal before merge.