You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/config.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ Commitizen provides some version providers for some well known formats:
352
352
| `scm` | Fetch the version from git and does not need to set it back |
353
353
| `pep621` | Get and set version from `pyproject.toml` `project.version` field |
354
354
| `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 |
355
+
| `uv` | Get and set version from `pyproject.toml` `project.version` field and `uv.lock` `package.version` field whose `package.name` field is the same as `pyproject.toml` `project.name` field |
356
356
| `cargo` | Get and set version from `Cargo.toml` `project.version` field |
357
357
| `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 |
358
358
| `composer` | Get and set version from `composer.json` `project.version` field |
@@ -386,22 +386,21 @@ class MyProvider(VersionProvider):
0 commit comments