🎨 Ci(commitizen): add commitzen

Add commitizen configuration file
This commit is contained in:
2024-07-27 05:44:37 -04:00
parent ab85db074d
commit 7af1790069
+7
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