# configuration for https://github.com/commitizen/cz-cli [tool.commitizen] name = "cz_customize" tag_format = "$version" version_type = "semver" version_provider = "cargo" update_changelog_on_bump = true major_version_zero = true use_shortcuts = true [tool.commitizen.customize] message_template = """{{change_type}}({{scope}}): {{subject}} {% if body %}\ {{body}}\ {% endif %} {%if is_breaking_change %}\ BREAKING_CHANGE: \ {% endif %}\ {{footer}}\ """ example = "feature: this feature enable customize through config file" schema = "(): \n\n\n\n