← Back to docs

Recipe: Auto-generate changelog from git log

Pipe structured commit history into a Keep a Changelog–compliant release note in seconds. No more hand-editing markdown before a release.

Conventional commits

Works best with feat:, fix:, and breaking-change footers. The parser groups by type automatically.

CI-ready

Call the endpoint from GitHub Actions or a pre-release hook. The response is plain markdown — pipe it straight into your release body.