Generate Changelogs from Git Commits
Connect your GitHub or GitLab repo, parse conventional commits, and export beautifully formatted changelogs — features, fixes, and breaking changes, all categorized automatically.
feat: add OAuth login for GitHub repos
fix: resolve pagination bug in commit list
BREAKING CHANGE: rename config key `repo_url` to `repository`
✓ Changelog generated → CHANGELOG.md
Simple Pricing
Pro
$12
per month
- ✓Unlimited repos
- ✓GitHub & GitLab OAuth
- ✓Conventional commit parsing
- ✓Auto-categorization (feat/fix/breaking)
- ✓Export: Markdown, HTML, JSON
- ✓Shareable changelog URLs
- ✓Priority support
FAQ
What commit formats are supported?
We support the Conventional Commits specification (feat:, fix:, BREAKING CHANGE:, chore:, docs:, etc.) as well as common freeform patterns. Custom regex rules are also configurable.
Can I use this with private repositories?
Yes. Authenticate via GitHub or GitLab OAuth and grant access to your private repos. We only read commit metadata — your code is never stored.
What export formats are available?
You can export changelogs as Markdown (CHANGELOG.md), HTML, or JSON. Shareable public URLs are also generated for each release.