fix(release): keep changelog header stable

This commit is contained in:
Kieran Klaassen
2026-03-02 21:42:59 -08:00
parent 97f9ab34f7
commit 2fd29ff6ed
4 changed files with 20 additions and 16 deletions

View File

@@ -49,6 +49,7 @@ Rules:
- Do not start a separate root CLI version stream. The root CLI follows the repo tag line.
- Do not hand-bump the root CLI `package.json` or root `CHANGELOG.md` for routine feature work. Use conventional commits and let semantic-release write the released root version back to git.
- Keep the root `CHANGELOG.md` header block aligned with `.releaserc.json` `changelogTitle`. If they drift, semantic-release will prepend release notes above the header.
- Continue updating embedded plugin metadata when the plugin contents themselves change.
### Adding a New Plugin