Branches (2)

main (default)

4051798 docs: update changelog for v0.1.8 release

Click to expand commit body
Assisted-by: Claude Sonnet 4.5 via Crush

Amolith created

e75a648-look-for-breaking-footer

449433f feat(cli): require description for -B flag

Click to expand commit body
The -B flag now accepts a string argument containing the breaking change
description instead of being a boolean flag. This description is
formatted and inserted as a BREAKING CHANGE: footer between the body and
git trailers, following the Conventional Commits specification.

The flag still adds ! to the subject line. When used with heredoc
syntax, multi-line breaking change descriptions are supported.

Also re-added the -a/--amend flag that was present in main but missing
from this feature branch.

Implements: bug-e75a648
Assisted-by: Claude Sonnet 4.5 via Crush

Amolith created