Commit Options¶
breaking_change_exclamation_in_title¶
- Type:
bool - Default:
False
When true, breaking changes will be also indicated by an exclamation mark in the commit title (e.g.,feat!: breaking change).
When false, breaking changes will be only indicated byBREAKING CHANGE: in the footer. Seewriting commits for more details.
encoding¶
- Type:
str - Default:
"utf-8"
Sets the character encoding to be used when parsing commit messages.
retry_after_failure¶
- Type:
bool - Default:
False
Retries failed commit when runningcz commit.