mix changelog (Bolty v0.1.0)
Copy MarkdownGenerates CHANGELOG.md from conventional commits using git-cliff.
Requires git-cliff to be installed:
brew install git-cliffUsage
Regenerate the full changelog:
mix changelogPreview unreleased changes without writing to disk:
mix changelog --unreleased --bumpTag the unreleased section with the next version (writes to CHANGELOG.md):
mix changelog --tag v0.0.14Any flag not listed here is forwarded directly to git-cliff. See
git-cliff --help for the full option set.