Changelog Generator

Build CHANGELOG.md from commits

Source Input
Processed Output

What is the Changelog Generator?

Keep a Changelog format organizes releases into Added, Changed, Deprecated, Removed, Fixed, and Security sections. Paste your git log (one commit per line) and a version number, and this generator classifies each entry by conventional-commit type and builds the formatted markdown.

Frequently Asked Questions (FAQ)

Q: Can it parse my raw git log?

Yes. Paste the output of git log --oneline — conventional prefixes (feat:, fix:) are detected automatically.

How to Use the Changelog Generator

  1. 1Paste your input into the editor above — or start from the preloaded example.
  2. 2Adjust any options, then click Run to process instantly in your browser.
  3. 3Review the output panel, then copy, download, or save it as a reusable snippet.

Related git tools