chore: add commitizen

This commit is contained in:
Sandro Eiler 2023-12-28 21:57:26 +01:00
parent 13c24e8bf0
commit a1cce75270
2 changed files with 7 additions and 29 deletions

7
.cz.toml Normal file
View 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