Prompt #97
Back to promptsChangelog Generator
- Variables
- git_log, version, date
- Tags
- changelog,release,git
- Source
- research-2026-05-01
- Use count
- 0
- Created
- 2026-05-01T18:11:52.162090+00:00
- Updated
- 2026-05-01T18:11:52.162090+00:00
Content
Generate a user-friendly changelog for the following git log:
```
{{git_log}}
```
Format as Keep a Changelog (https://keepachangelog.com):
## [{{version}}] - {{date}}
### Added
### Changed
### Fixed
### Deprecated
### Removed
### Security
Rules:
- Group commits by type (featโAdded, fixโFixed, refactorโChanged, etc.)
- Write each entry from the USER's perspective, not the developer's
- Skip merge commits and chore/doc commits unless significant
- Highlight breaking changes prominently