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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frankenbit/release-toolkit!426
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "i/v0270-recovery-changelog-entries"
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?
Summary
Operator manual recovery for v0.27.0 per Option D ratify (Bosun dispatch 59b0, Surveyor substrate ratify ba6b). Adds two entries to the existing
[v0.27.0]CHANGELOG section documenting #420 (paragraph normalization) + #423 (orphan-check range-walk fix) shipping in the v0.27.0 tag.Substrate framing
Cut-preparation, NOT retroactive rewrite. v0.27.0 has not been tagged yet (the recovery is exactly what this PR prepares for), so
[v0.27.0]remains cut-scope-adjustable per #392's frozen-record policy (Surveyor ba6b ratified operator's substrate framing).Entries added
[a-zA-Z]- [a-zA-Z]outside fenced code. v1.0.0 must-fix.Non-bump-worthy subject
Commit subject uses
docs(changelog):(non-bump-worthy per conventional-commits.sh's bump-producing set) so a subsequent legit cut's range-walk won't false-fire the orphan detector on this commit itself.Post-merge sequence for operator
git tag v0.27.0 <this PR's merge SHA>git push origin v0.27.0.release-toolkit-manifest.json:last_released_version=0.27.0,last_released_tag=v0.27.0,last_released_sha=<this PR's merge SHA>; commit aschore(manifest): advance to v0.27.0(paths-ignore skips workflow trigger)Once manifest is at 0.27.0, subsequent rolling PRs work cleanly (CHANGELOG_TOP == manifest → orphan quiet). Any further #420/#423-shipped fragments would already be on main and would fold into the next natural cut.
Refs #420, #423, #417 (parent), PR#406 (v0.27.0 cut anchor), Bosun 59b0 (Option D ratify), Surveyor ba6b (substrate ratify).
Pull request closed