We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89600f0 commit a69d441Copy full SHA for a69d441
commitizen/commands/init.py
@@ -238,7 +238,7 @@ def _ask_version_provider(self) -> str:
238
"npm": "npm: Get and set version from package.json:project.version field",
239
"pep621": "pep621: Get and set version from pyproject.toml:project.version field",
240
"poetry": "poetry: Get and set version from pyproject.toml:tool.poetry.version field",
241
- "uv": "uv: Get and Get and set version from pyproject.toml and uv.lock",
+ "uv": "uv: Get and set version from pyproject.toml and uv.lock",
242
"scm": "scm: Fetch the version from git and does not need to set it back",
243
}
244
0 commit comments