Generate CHANGELOG.md in Keep-a-Changelog format. Drop in git commits and we'll classify them by type.
Used to link version tags to GitHub releases
Paste output of: git log --oneline. We auto-classify Conventional Commits (feat → Added, fix → Fixed, etc).
Dokly auto-generates a changelog page from your release notes — with RSS, search, and version filters.
Try Dokly free →Keep a Changelog is the de facto standard for maintainable software changelogs. Every release gets a version, a date, and a structured list of changes grouped under six categories: Added, Changed, Deprecated, Removed, Fixed, Security.
If you write commits like feat: add dark mode and fix: handle null user, the “Import from git log” box auto-classifies them. Paste git log --oneline v1.0.0..HEAD and your release entries appear, sorted into the right buckets.