Loop
- Goal
- CHANGELOG.md has accurate [Unreleased] entries for this ship
- Exit when
- changelog covers all user-visible changes
Check between iterations
git log -5 --oneline
$
Kickoff prompt
Start the "Changelog Sync After Ship" loop.
Goal: CHANGELOG.md has accurate [Unreleased] entries for this ship
Max iterations: 3
Between iterations run: git log -5 --oneline
Exit when: changelog covers all user-visible changes
Step 1: After shipping a feature, loop until CHANGELOG.md has a user-facing entry and conventional commits are reflected.
›