Skip to content

Commit bc8479e

Browse files
authored
docs(config): add uv provider description (#1362)
1 parent 9aae58e commit bc8479e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/config.md

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ Commitizen provides some version providers for some well known formats:
352352
| `scm` | Fetch the version from git and does not need to set it back |
353353
| `pep621` | Get and set version from `pyproject.toml` `project.version` field |
354354
| `poetry` | Get and set version from `pyproject.toml` `tool.poetry.version` field |
355+
| `uv` | Get and set version from `pyproject.toml` `project.version` field and `uv.lock` `pacakge.version` field whose `package.name` field is the same as `pyproject.toml` `project.name` field |
355356
| `cargo` | Get and set version from `Cargo.toml` `project.version` field |
356357
| `npm` | Get and set version from `package.json` `version` field, `package-lock.json` `version,packages.''.version` fields if the file exists, and `npm-shrinkwrap.json` `version,packages.''.version` fields if the file exists |
357358
| `composer` | Get and set version from `composer.json` `project.version` field |

0 commit comments

Comments
 (0)