Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 146099b

Browse files
committed
fix(core): fix index out of range error
1 parent b11e8f0 commit 146099b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dev = [
2020
[tool.commitizen]
2121
major_version_zero = true
2222
name = "cz_conventional_commits"
23-
tag_format = "v$version"
23+
# tag_format = "v$version"
24+
tag_format = "$version"
2425
update_changelog_on_bump = true
2526
version_provider = "uv"
2627
version_scheme = "pep440"

0 commit comments

Comments
 (0)