Skip to content

Commit 095913a

Browse files
authored
build(commitizen): use uv version provider (fix #1759) (#1762)
1 parent 2cb2108 commit 095913a

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
@@ -131,13 +131,12 @@ build-backend = "uv_build"
131131

132132

133133
[tool.commitizen]
134-
version = "4.11.1"
135134
tag_format = "v$version"
136135
version_files = [
137-
"pyproject.toml:version",
138136
"commitizen/__version__.py",
139137
".pre-commit-config.yaml:rev:.+Commitizen",
140138
]
139+
version_provider = "uv"
141140
version_scheme = "pep440"
142141

143142

0 commit comments

Comments
 (0)