Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 83cc5b8

Browse files
committedMar 2, 2025·
docs(config): add uv provider description
1 parent 63191a3 commit 83cc5b8

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
@@ -332,6 +332,7 @@ Commitizen provides some version providers for some well known formats:
332332
| `scm` | Fetch the version from git and does not need to set it back |
333333
| `pep621` | Get and set version from `pyproject.toml` `project.version` field |
334334
| `poetry` | Get and set version from `pyproject.toml` `tool.poetry.version` field |
335+
| `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 |
335336
| `cargo` | Get and set version from `Cargo.toml` `project.version` field |
336337
| `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 |
337338
| `composer` | Get and set version from `composer.json` `project.version` field |

0 commit comments

Comments
 (0)
Please sign in to comment.