chore: add commitizen
This commit is contained in:
parent
13c24e8bf0
commit
a1cce75270
2 changed files with 7 additions and 29 deletions
7
.cz.toml
Normal file
7
.cz.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
tag_format = "$version"
|
||||
version_scheme = "semver"
|
||||
version_provider = "cargo"
|
||||
update_changelog_on_bump = true
|
||||
major_version_zero = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue