Changelog Generator
Overview
Generates professional changelogs from git history.
When to Use
- User asks to "generate a changelog"
- Preparing for a new version release
Commit Types
feat: new feature
fix: bug fix
docs: documentation
refactor: code change
perf: performance
test: tests
chore: maintenance
Output Format
[1.2.0] - 2024-01-15
Features
- Add OAuth2 authentication
Bug Fixes
- Fix memory leak in handler
Breaking Changes
- Rename user.id to user.userId
Tip
Use conventional commits: feat:, fix:, docs: