Skip to main content

Changelog Generator

v1.1.3

Create structured changelog sections from conventional commit-style input.

Creates structured changelog sections from conventional commit-style input — groups entries by type (Added, Changed, Fixed) and generates a dated Keep a Changelog format block.

How to use
  • Paste conventional commit messages (feat:, fix:, chore:) one per line.
  • The tool groups and formats them into a Markdown changelog section.
  • Copy the generated section and prepend it to your CHANGELOG.md file.
CHANGELOG Output
# 1.3.0 — 2026-06-09

## ⚠ Breaking Changes
- redesign auth flow

## Added
- add CSV export endpoint
- redesign auth flow

## Fixed
- patch redirect loop on logout

## Changed
- update eslint to v9
- add API migration guide