Skip to content

Commit 930c2a7

Browse files
committed
fix(commands/init): add missing uv provider to "cz init"
1 parent 13bc11a commit 930c2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: commitizen/commands/init.py

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def _ask_version_provider(self) -> str:
228228
"npm": "npm: Get and set version from package.json:project.version field",
229229
"pep621": "pep621: Get and set version from pyproject.toml:project.version field",
230230
"poetry": "poetry: Get and set version from pyproject.toml:tool.poetry.version field",
231+
"uv": "uv: Get and Get and set version from pyproject.toml and uv.lock",
231232
"scm": "scm: Fetch the version from git and does not need to set it back",
232233
}
233234

0 commit comments

Comments
 (0)