feat: configure commitizen for conventional commits

This commit is contained in:
Prad N
2025-03-21 22:07:26 -04:00
parent f9bd84fb8a
commit f99b038138

7
.cz.toml Normal file
View File

@@ -0,0 +1,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version_provider = "scm"
update_changelog_on_bump = true
major_version_zero = true