name: changelog-generator description: Generates changelogs from git history in Keep a Changelog format
Changelog Generator
Generate changelogs following Keep a Changelog format.
Instructions
- Run
git logto get recent commits - Group changes by type:
- Added (new features)
- Changed (changes in existing)
- Deprecated
- Removed
- Fixed (bug fixes)
- Security
- Format in markdown with date headers
- Write to CHANGELOG.md
Format
## [Version] - YYYY-MM-DD
### Added
- New feature description
### Fixed
- Bug fix description