Feature/fix devops (#7)

* feat: add new tag-on-merge workflow
This commit is contained in:
Prad Nukala
2024-09-05 01:38:04 -04:00
committed by GitHub
parent 77a18c4449
commit b398db02cc
3 changed files with 25 additions and 16 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
tag_format = "v$version"
version_scheme = "semver"
version = "0.7.0"
version = "v0.1.0"
update_changelog_on_bump = true
major_version_zero = true