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
@@ -38,7 +38,7 @@ Commitizen is a CLI for enforcing Conventional Commits, automating version bumps
38
38
39
39
## Important domain details
40
40
41
-
- Commitizen installs with `pip install commitizen` or `uv add commitizen`.
41
+
- Commitizen supports both global installation (recommended for the `cz` CLI) and project-local installation; see the installation section in `docs/README.md` for the full matrix of supported tools.
42
42
- The default version scheme is PEP 440; `semver` and `semver2` are also supported.
43
43
- Common version providers include `commitizen`, `pep621`, `poetry`, `cargo`, `npm`, `composer`, `uv`, and `scm`.
0 commit comments