The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Changelogai listing page.
Generate professional changelogs from your git history — instantly.
Works out of the box with conventional commits. Optional AI mode uses Claude to rewrite technical commit messages into user-facing release notes.
| Flag | Description | Default |
|---|---|---|
--from <ref> | Start ref (tag/commit) | Latest tag |
--to <ref> | End ref | HEAD |
--output <file> | Write to file | stdout |
--format <fmt> | markdown, json, plain | markdown |
--group | Group by commit type | false |
--ai | AI-enhanced descriptions | false |
--model <model> | Claude model for AI mode | claude-haiku-4-5-20251001 |
--prepend | Prepend to existing file | false |
--version-bump | Suggest semver bump | false |
--repo <path> | Git repo path | . |
--max-commits <n> | Max commits to process | 500 |
changelogai includes a Model Context Protocol server for AI agents and IDE integrations (Claude Desktop, Cursor, VS Code, etc.).
Or if installed globally:
| Tool | Description |
|---|---|
changelogai_generate | Generate a changelog from git history. Returns markdown, JSON, or plain text. |
changelogai_version_bump | Analyze git commits and suggest next semver bump (major/minor/patch). |
Set your Anthropic API key:
Then run with --ai:
AI mode rewrites technical commit messages into clear, user-facing release notes. Uses Claude Haiku by default (fast and cheap — ~$0.001 per changelog).
MIT