docs(changelog): back-fill Unreleased section for everything merged since v1.24.3 - #295
Conversation
PR #293 merged into main after the v1.24.3 release but the Unreleased section stayed empty -- back-fill it so the changelog reflects what's actually shipped on main, not just the last tagged release.
…cation Second Unreleased entry for what's landed on main since v1.24.3 -- keeps the changelog a complete record of main, not just the last tagged release.
The latest updates on your projects. Learn more about Vercel for GitHub.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesChangelog updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🏁 CodeAnt Quality Gate ResultsCommit: ✅ Overall Status: PASSEDQuality Gate Details
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Uh oh!
There was an error while loading. Please reload this page.
Summary
The
[Unreleased]section ofCHANGELOG.mdwas empty even though two PRs have already mergedinto
mainsince thev1.24.3release tag. Back-fills it so the changelog stays a complete,accurate record of what's actually on
main— not just the last tagged release.check-doc-metrics.mjs'sstripHistoricalSections()blind spot for still-open- ⬜checklist bullets inside dated/historical sections, plus the matchingscanForDrift()check for stale open tag/release/publish bullets.
CLAUDE.mdcodifies three merge-discipline lessons from the recovery sprint (nevercommit directly to
main; wait for the full CI suite including advisory jobs; group relatedworkstreams into fewer PRs), a new "Known merge-gate quirks" section (cache-lag vs. this repo's
wait-for-pass policy, stacked-PR auto-close-on-squash-merge), and a strengthened CodeAnt
Correction Loop policy covering CodeRabbit's nitpick/outside-diff-range sections.
Verified via
git log v1.24.3..origin/mainand a fullgit diff --statagainst the release tagthat these two PRs are the entire delta — nothing else is undocumented.
Test plan
git diff v1.24.3..origin/main --statcross-checked against the two changelog bullets — exact matchSummary by CodeRabbit
Bug Fixes
Documentation