fix(changelog): drop the Unreleased section and stop regenerating it #40
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/changelog-drop-unreleased"
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?
CLAUDE.md states there is deliberately no "Unreleased" section, but the
changelog and its generator still carried one: hack/update-changelog.sh
re-added an [Unreleased] heading anchor and an [Unreleased]: compare link
on every release run.
Remove the section and its link from CHANGELOG.md, and change the
generator to splice each new release above the newest existing release
heading instead of below an Unreleased anchor. The links awk now drops
any stale [Unreleased] link and never re-adds one. Verified against a
simulated next release: the new section and link land correctly with no
Unreleased reappearing.
Automated review by pr-reviewer v0.29.1 | Safety Check | Mistral Small | tracking id
r-3f971e-fc392fThis is an AI-generated review and may contain mistakes.
Status: ❌ Failed
Review failed. Tracking id
r-3f971e-fc392f— see logs for details.Comment
@pr-reviewer-bot retryto try again.