Free ToolBy GitIntel

Your Commits Have Everything the Changelog Needs

Structured CHANGELOG.md generated from your actual git history — with AI attribution context included.

GitIntel tracks AI-generated code across your entire git history — giving every tool on this page the attribution layer that standard dev tooling misses.

Generate Your Changelog with GitIntel

A changelog serves two audiences: users who want to know what changed, and maintainers who need an audit trail. Most changelog generators serve the first poorly and the second not at all — they collect commit messages and dump them sorted by date, which is only useful if your commit discipline is perfect.

GitIntel's changelog generator does three things conventional tools don't. First, it clusters semantically related commits — a feature that took 12 commits to land appears as one changelog entry, not 12 lines. Second, it distinguishes commit quality when generating summaries: commits with good messages get surfaced as-is, commits with poor messages ("fix stuff", "wip") get analyzed from their diff content. Third, it annotates which entries include AI-generated code, so users of your library or API can track when AI composition in your releases changed.

For teams following Conventional Commits (feat:, fix:, chore:, etc.), GitIntel generates Keep a Changelog-formatted output with automatic semantic versioning inference. For teams with messier commit hygiene, it applies clustering and summarization to produce a readable output regardless.

Run `gitintel changelog [--since v1.2.0]` to generate or update your CHANGELOG.md.

Frequently Asked Questions

Does it follow Keep a Changelog format?

Yes. The default output follows the keepachangelog.com format with Added, Changed, Deprecated, Removed, Fixed, and Security sections.

How does it handle merge commits?

Merge commits are used as section boundaries. GitIntel groups commits by PR/branch and presents them as a single entry rather than exposing every micro-commit.

Can it run automatically on release?

Yes. Use the GitHub Actions integration to auto-generate and commit an updated CHANGELOG.md whenever a version tag is pushed.

Start Using GitIntel Free

Open source. No account required. Works on any git repository.