Skip to content

changelog

Generate changelog entries from recent commits.

/changelog [version or 'since:tag']

Generate changelog for: $ARGUMENTS

  1. Analyze Commits

    Terminal window
    git log --oneline --since="last tag"
  2. Categorize

    • Added
    • Changed
    • Fixed
    • Removed
  3. Generate

    • User-friendly descriptions
    • Link to PRs/issues
## [Version] - Date
### Added
- Feature description (#123)
### Changed
- Improvement description (#124)
### Fixed
- Bug fix description (#125)

Always identify gaps and suggest next steps to users. In case there is no gaps anymore, then AI should clearly state that there is no gap left.