Skip to content

chore(changelog): move the unless entry to the version that ships it - #630

Merged
haribo merged 1 commit into
developfrom
fix/changelog-unless-placement
Sep 9, 2026
Merged

chore(changelog): move the unless entry to the version that ships it#630
haribo merged 1 commit into
developfrom
fix/changelog-unless-placement

Conversation

@haribo

@haribo haribo commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Summary

The unless removal (#619) was documented under ## [0.12.0] — a version tagged and published before that work existed. The changelog therefore claimed a fix shipped in a release that does not contain it.

My mistake, and a mechanical one: the script that inserted the entry replaced the first ### Changed in the file, which belonged to the released section because [Unreleased] had none yet.

A second consequence, worth naming

test/changelog-rule.sh only checks [Unreleased], so the entry was never measured against the word ceiling. Moved into place it came out at 62 words, over the 60 limit — it has been shortened, which is the only wording change here.

Why a separate PR rather than folding this into the release roll

The correction concerns v0.12.0, already published; the roll concerns the version being prepared. And /release says in as many words not to edit entries during the roll — so the fix lands before it, not inside it.

Test plan

  • The entry no longer appears in the [0.12.0] section, and appears once under [Unreleased] / Changed.
  • test/changelog-rule.sh green — which is now meaningful for this entry for the first time.
  • No other entry moved: the seven Fixed lines added since the release were already in the right place, checked one by one.

@haribo haribo changed the title docs(changelog): move the unless entry to the version that ships it chore(changelog): move the unless entry to the version that ships it Sep 9, 2026
@haribo
haribo merged commit 79e388a into develop Sep 9, 2026
8 of 9 checks passed
@haribo
haribo deleted the fix/changelog-unless-placement branch September 9, 2026 08:11
@haribo haribo mentioned this pull request Sep 9, 2026
3 tasks
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