chore: finalise commitizen config

This commit is contained in:
2026-06-05 22:41:41 +02:00
parent 3e245fb094
commit 2882181df2
2 changed files with 6 additions and 7 deletions
+5 -7
View File
@@ -1,8 +1,6 @@
[tool.commitizen] [ tool.commitizen ]
name = cz_conventional_commits name = "cz_conventional_commits"
version = 0.0.1 version = "0.0.1"
tag_format = v tag_format = "v$version"
update_changelog_on_bump = true update_changelog_on_bump = true
version_files = [ version_files = [ ".cz.toml:version" ]
.cz.toml:version
]
+1
View File
@@ -0,0 +1 @@
## v0.0.1 (2026-06-05)