chore: add commitizen config

This commit is contained in:
2026-06-05 22:37:54 +02:00
parent 5e027a1d0d
commit 3e245fb094
+8
View File
@@ -0,0 +1,8 @@
[tool.commitizen]
name = cz_conventional_commits
version = 0.0.1
tag_format = v
update_changelog_on_bump = true
version_files = [
.cz.toml:version
]