Skip to content

Commit 3b43247

Browse files
committed
build(commitizen): use uv version provider (fix #1759)
1 parent 8d21d87 commit 3b43247

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,12 @@ build-backend = "uv_build"
122122

123123

124124
[tool.commitizen]
125-
version = "4.11.1"
126125
tag_format = "v$version"
127126
version_files = [
128-
"pyproject.toml:version",
129127
"commitizen/__version__.py",
130128
".pre-commit-config.yaml:rev:.+Commitizen",
131129
]
130+
version_provider = "uv"
132131
version_scheme = "pep440"
133132

134133

0 commit comments

Comments
 (0)