chore: add commitizen config

This commit is contained in:
2026-06-05 23:02:41 +02:00
parent bb204a0a62
commit b2c981f760
+6
View File
@@ -0,0 +1,6 @@
[ tool.commitizen ]
name = "cz_conventional_commits"
version = "0.1.0"
tag_format = "v$version"
update_changelog_on_bump = true
version_files = [ ".cz.toml:version" ]