Skip to content

docs: make release prep use PR-based changelog finalization#133

Merged
RyshMan merged 1 commit intomainfrom
codex/release-prep-pr-flow
Mar 31, 2026
Merged

docs: make release prep use PR-based changelog finalization#133
RyshMan merged 1 commit intomainfrom
codex/release-prep-pr-flow

Conversation

@RyshMan
Copy link
Copy Markdown
Contributor

@RyshMan RyshMan commented Mar 31, 2026

Problem
The current release skill and maintainer docs assume the finalized changelog can be committed directly on main before tagging, which dead-ends on this repo because main is protected and rejects direct pushes.

Root cause
Release prep requires a mutating CHANGELOG.md finalization step, but the documented operator flow did not include a release-prep PR path for protected main.

Fix
Update the cut-release skill, changelog/release docs, contributor guidance, and hygiene test coverage so future release prep lands finalized changelog updates through a short-lived release-prep PR before the tag is cut from merged main.

Validation

  • go test ./testinfra/hygiene -run 'TestCutReleaseSkillReferencesDeterministicResolver|TestReleaseDocsReferenceReleasePrepPRFlow' -count=1
  • make test-docs-consistency

@RyshMan RyshMan requested a review from davidahmann as a code owner March 31, 2026 20:02
@RyshMan RyshMan merged commit 04404aa into main Mar 31, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant