feat: install commitizen and setup hooks.

This commit is contained in:
CronyAkatsuki 2025-02-23 21:27:22 +01:00
parent e1b374dda7
commit 8c2af3e2f3
3 changed files with 10 additions and 0 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 = "0.0.1"
update_changelog_on_bump = true
major_version_zero = true