🧑‍💻 devxp(cz): implements commitizen >>> 5m

Implements commitizen with gitmoji and conventional commits
This commit is contained in:
2024-07-27 06:47:17 -04:00
parent e78ced4ea0
commit c2a233c401
+7
View File
@@ -0,0 +1,7 @@
[tool.commitizen]
name = "cz_gitmoji"
tag_format = "$version"
version_scheme = "semver"
version = "0.0.1"
update_changelog_on_bump = true
major_version_zero = true