Generate Changelogs from
Git Commits Automatically
Connect your GitHub repo, parse conventional commits, and get beautifully formatted changelogs — categorized and ready to ship.
Get Started — $12/moCHANGELOG.md — v2.4.0
## [2.4.0] - 2024-06-01 ### Features - feat: add dark mode toggle (#142) - feat: support GitHub Actions integration (#138) ### Bug Fixes - fix: resolve token refresh loop (#145) - fix: correct date formatting in UTC (#140) ### Documentation - docs: update API reference for v2 (#137)
Simple Pricing
Pro
$12
per month
- ✓Unlimited repositories
- ✓Conventional commit parsing
- ✓Auto-categorization (feat, fix, docs…)
- ✓Markdown & JSON export
- ✓REST API access
- ✓GitHub OAuth integration
FAQ
What commit formats are supported?
We support the Conventional Commits specification (feat, fix, docs, chore, refactor, test, style, perf) and can also parse freeform commit messages with smart categorization.
Do you store my source code?
No. We only read commit metadata (message, author, date, SHA) via the GitHub API. Your source code is never accessed or stored.
Can I integrate changelogs into my CI/CD pipeline?
Yes. Every plan includes REST API access so you can trigger changelog generation and fetch results directly from GitHub Actions, CircleCI, or any other pipeline.