Write a Changelog Entry
Workflow for documenting changes in a release
CLAUDE.md
When writing a changelog entry:
- Group changes by type: Added, Changed, Fixed, Removed, Deprecated, Security.
- Write each entry from the user’s perspective: what changed for them, not what code changed internally.
- Use past tense: “Added search filtering” not “Add search filtering.”
- Link to the relevant PR or issue for each entry.
- Include breaking changes at the top with migration instructions.
- Don’t include internal refactors, dependency bumps, or CI changes unless they affect users.
Copy this workflow into your CLAUDE.md or agent config file so your agent follows this process automatically.