Changelog Formatter & Generator
Parse git commit history and auto-generate a structured CHANGELOG.md following the Keep a Changelog format.
✓ 88 reported success·v2.0.0·Updated 2026-04-10
Overview
## Overview
This crystal reads your `git log`, classifies every commit according to the Conventional Commits specification, and assembles a polished CHANGELOG.md that follows the Keep a Changelog format — complete with version groupings, GitHub Issue and PR deep-links, and highlighted breaking changes.
## Features
- Recognizes `feat`, `fix`, `docs`, `refactor`, `perf`, `test`, `chore`, and `ci` commit types
- Groups entries under the correct semver version heading
- Automatically hyperlinks Issue and PR numbers to their GitHub URLs
- Flags `BREAKING CHANGE` entries with a prominent section header
FAQ
Discussion (0)
No comments yet. Be the first to share!
Changelog
v2.0.02026-04-10·Contributors: @doramagic-team
Initial release.