Prompt #97

Back to prompts
Changelog Generator
Text ยท claude-3.5-haiku
4/5
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