Changelog generator
Turn a pasted git log into a grouped, readable changelog.
Changelog generator
Paste the output of "git log" or "git log --oneline" and this tool turns it into a changelog you can drop straight into a release, a CHANGELOG.md file or a pull request description. It reads both the default multi-line git log format (with Author: and commit headers) and the compact one-line format, so you can copy either straight from your terminal.
Commits are grouped by type or by scope. Detect types automatically from Conventional Commits prefixes (feat, fix, docs, chore and the rest), or supply your own prefix-to-label mapping when your team uses a different convention. Merge commits and chores can be filtered out with a checkbox, so the changelog only shows what actually changed for users. Choose Markdown output that follows the Keep a Changelog format, or a plain grouped list with no markup at all.
Turn on ticket linking to convert references like #123 or PROJ-42 into links, using a URL template with an {id} placeholder. Author names are picked up automatically when your log format includes them, and breaking changes — marked with a trailing "!" in the type or a "BREAKING CHANGE:" footer — are pulled into their own section at the top when highlighting is on. Add a version and date to generate a proper release heading.
Everything runs locally in your browser: your commit history is never uploaded anywhere, which matters for private repositories. The result updates as you type or change an option, and you can copy it, download it as a .txt file, or send it straight into another tool.