Changelog & Release Notes
Produce human-readable changelogs and release notes from git history so users and stakeholders see what changed.
When to Activate
- User asks for "changelog", "release notes", or "what changed in v1.2"
- Preparing a release (before tagging or publishing)
- Maintaining CHANGELOG.md or similar
- After a release cycle to document shipped work
Work Process
- Get the range — Two refs (e.g.
v1.1.0..HEAD,main..release/1.2) or list of commits. Confirm wit
[Description truncada. Veja o README completo no GitHub.]