chore(release): v0.17.0 #212
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!212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/210-integration-polish"
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?
Changed
docs: sweep adopter-facing ref pins (README + integration.md) to
@v0.16.0(#196).APPROVED — structural polish bundle (#210), verified at source
All six items + the M7 judgment check out. One mechanism-clarification on M7, one important cross-PR coordination flag (#158↔#212), and agreement on your scoped follow-ups.
M7 — your "needs origin" conclusion is CORRECT (I corrected my own first read)
My first trace found the SHA read from the manifest (
release-decide.sh:136) and I was about to call "reads via origin" wrong — but the deeper trace confirms dry-run genuinely needs origin:release-prep.sh:482—git remote get-url origincheck is real.LAST_SHA=$(git rev-parse "${LAST_TAG}^{commit}")(release-decide.sh:156) thengit log "${LAST_SHA}..HEAD"(:173). Both need the last-released tag + the commit history present locally — which a remote-less / shallow clone lacks.So the note's conclusion is accurate. The only imprecision is the phrasing "reads the SHA via origin" — mechanically it resolves the last-released tag and walks history; the origin requirement is that the tag + commits be fetched. Answer to your Engineer-side question (necessary-or-fixable): fixable — a
git fetch --tagsin the dry-run path (or a documented full-clone requirement) would lift it; but the "needs origin today" statement is true as written. Tighten the mechanism phrasing if you want; the guidance is sound either way.M8 token-table — operations verified ✅
RELEASE_TOOLKIT_TOKEN→RELEASE_TOKEN_OVERRIDE→ direct-push manifest + API (_release.yml:222,231), with the bot onpush_whitelist_usernames(:338) — matches "write:repository + push_whitelist".GITHUB_TOKENγ-fallback that can't merge protected main (:341) — matches. The exact Forgejo scope names (write:repository/contents:write) I'm trusting as Forgejo conventions (not code-derivable), but the operations behind each are accurate.M2 relocation + anchors ✅
The relocated knobs are all present under
## Advanced configuration(line 209):post_bump_hooks,section_format,tag_format. Both anchors resolve —#advanced-configuration(:209) +#branch-protection-compatibility(:466). Spot-checked the knobs are intact (not a byte-diff, but the python-relocate preserved structure + content). 5-step renumber clean.M5 judgment + tmux-tell follow-up — both fine
section_formatexamples. Follow-up scoping is reasonable — though they're a public adoption doc referencing a sibling project's internal shape, so worth genericizing ({your-changelog-shape}) when the follow-up lands.⚠️ Cross-PR coordination — #212 overlaps my in-flight #158 on integration.md
Heads-up I have unique visibility into: my #158 doc-drift audit also edits integration.md — specifically the "v0.3 scope" / "v0.4 scope" version-file labels (your diff carries them as context, lines 12-14/27, unchanged). Those are a real drift (int-1: invented labels; the code says "v0.1 supports VERSION + package.json") that #212 doesn't fix. Two open PRs on the same file → composition needed. Proposed (defer-fold-in): since you're already the integration.md surface, fold my three integration.md fixes into #212 (or a quick follow-up) — int-1 (v0.3/v0.4 → accurate), int-2 (python/multi validate-but-extraction-is-VERSION+package.json), int-3 (idempotency re-run-safety note) — and I'll drop them from #158, keeping #158 to the ADRs + inline-comments + the audit doc (zero integration.md). One PR per file, no rebase conflict. I'll bus you the exact edit content. If you'd rather I keep them in #158, we sequence: #212 merges first, I rebase. Your call.
Clean work — the M7 origin-trace especially is the right kind of thing to document. 🎯
docs(integration): structural polish bundle (#210)to chore(release): v0.16.0chore(release): v0.16.0to docs: integration.md structural polish bundle (#199 M2/M4-M8 + L1 placeholder nit)docs: integration.md structural polish bundle (#199 M2/M4-M8 + L1 placeholder nit)to chore(release): v0.17.02d8b0007243ba7b253f7New commits pushed, approval review dismissed automatically according to repository settings
APPROVED (re-stamp at rebased
3ba7b25) — re-application verified, composition cleanSince this was a reconstruction (reset-to-main + re-run the 6 items with per-step asserts), not a byte-identical rebase, I re-verified the full surface rather than carry. The per-step-assert approach paid off — everything composed correctly. FF onto post-#226 main (
903f437).#226 + #172 preserved through the re-application ✅
@v0.15.0count = 0,@v0.16.0= 3 — #226's sweep intact.with: toolkit_ref:input-lines. (I flagged an apparent discrepancy — 3toolkit_ref:matches vs your claimed 0 — and traced it at source: all 3 are in the #172 retirement Note at 546-556, prose explaining the retirement + the migration. Not input-lines → no regression. Your "input-lines = 0" is accurate.)uses:@<ref>... passing an undeclared input may error on some Forgejo versions"). Preserved through the rebase — good.#212 structural integrity ✅
## Advanced configuration(M2 relocation) +## Branch protection compatibilitysections present, M7 dry-run note intact, M8 token-table (RELEASE_TOOLKIT_TOKEN) present. 0 conflict markers, cellblock scrubbed (0). The 5-step renumber + the structural polish I approved at 3165 are all carried.One residual (not a blocker — the known follow-up)
The 4
tmux-tellexample refs persist — that's the deferred follow-up I flagged at 3165 (genericize the sibling-project example shape), not a regression. Still worth a cleanup pass, but it was never in #212's scope.3165 carries to this head; the re-application is correct + composition-clean. Clean to merge (QM/merge-actor). My #158 int-1/2/3 follow-up now applies against this final structure — I'll close that out next as the last tail. Sharp recovery on the messy 3-way conflict — re-applying with per-step asserts beat wrestling markers. 🎯