chore: remove changelog add helper script

This commit is contained in:
Peter Steinberger
2026-02-24 15:32:58 +00:00
parent 0f0a680d3d
commit e806b34779
4 changed files with 0 additions and 170 deletions

View File

@@ -38,7 +38,6 @@ When the operator says “release”, immediately do this preflight (no extra qu
3. **Changelog & docs**
- [ ] Update `CHANGELOG.md` with user-facing highlights (create the file if missing); keep entries strictly descending by version.
- Tip: use `pnpm changelog:add -- --section fixes --entry "Your entry. (#12345) Thanks @contrib."` (or `--section changes`) to append deterministically under the current Unreleased block.
- [ ] Ensure README examples/flags match current CLI behavior (notably new commands or options).
4. **Validation**