11 lines
257 B
TOML
11 lines
257 B
TOML
[tool.commitizen]
|
|
name = "cz_conventional_commits"
|
|
tag_format = "v$version"
|
|
version_scheme = "semver"
|
|
version_provider = "cargo"
|
|
update_changelog_on_bump = true
|
|
major_version_zero = true
|
|
|
|
[tool.commitizen.hooks]
|
|
pre-commit = "git add Cargo.toml Cargo.lock"
|