review-changesets
Every pending changeset in .changeset/ becomes a CHANGELOG.md entry verbatim at the
next release. This is the last chance to catch a wrong bump, a leaked implementation
detail, or an entry that should not ship at all.
Workflow
Section titled “Workflow”- Load the criteria. It loads
add-changeset, which owns what warrants a changeset, which bump type, and the body rules, then runs it for the current change so a missing changeset is written before the review. - Gather the pending set. Every
.mdfile in.changeset/exceptREADME.md, plus thefixed,linked, andignoregroups fromconfig.json, plus the commits and the diff against the base branch. - Check each changeset — does it belong, is the bump accurate, is the body up to standard, is it redundant against another pending or already-released entry.
It edits files in place, and asks first before deleting one or changing a bump type. It
never touches CHANGELOG.md.