mix changelog (Bolty v0.1.0)

Copy Markdown

Generates CHANGELOG.md from conventional commits using git-cliff.

Requires git-cliff to be installed:

brew install git-cliff

Usage

Regenerate the full changelog:

mix changelog

Preview unreleased changes without writing to disk:

mix changelog --unreleased --bump

Tag the unreleased section with the next version (writes to CHANGELOG.md):

mix changelog --tag v0.0.14

Any flag not listed here is forwarded directly to git-cliff. See git-cliff --help for the full option set.