-
Notifications
You must be signed in to change notification settings - Fork 23
Normalize CHANGELOG.md structure #567
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpriority lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpriority lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.
Problem
CHANGELOG.mdcontains a## How to Releaseprose section that belongs inRELEASES.md, not in the changelog.Proposed Solution
Remove the
## How to Releaseprose block — the numbered steps, tag format examples, CD workflow description, and pre-release checklist. Keep the<!-- Template for new releases: -->comment and the reference links that follow it. No other content should change.The block to remove is the text starting with
## How to Releasethrough the end of the pre-release checklist, stopping before the template comment.Acceptance Criteria
## How to Releaseprose removed<!-- Template for new releases: -->comment kept in place