Skip to content

Commit f560d6d

Browse files
build(pyproject.toml): update tag_format for cz to match current tag
1 parent 1a5b7ec commit f560d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ redefining-builtins-modules = [
673673

674674
[tool.commitizen]
675675
name = "cz_conventional_commits"
676-
tag_format = "$version"
676+
tag_format = "v$major.$minor.$patch"
677677
version_scheme = "pep440"
678678
version_provider = "poetry"
679679
update_changelog_on_bump = true

0 commit comments

Comments
 (0)