File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99- ** Automatic Version Detection** : Analyzes commit history to determine the appropriate version bump
1010- ** Manual Version Control** : Supports manual version specification when needed
1111- ** Pre-release Support** : Handles alpha, beta, and release candidate versions
12- - ** Multiple Version Schemes** : Supports both [ PEP 0440 ] [ pep440 ] and [ semantic versioning] [ semver ] formats
12+ - ** Multiple Version Schemes** : Supports both [ PEP 440 ] [ pep440 ] and [ semantic versioning] [ semver ] formats
1313
1414### Version Increment Rules
1515
@@ -23,7 +23,7 @@ The version follows the `MAJOR.MINOR.PATCH` format, with increments determined b
2323
2424### Version Schemes
2525
26- By default, Commitizen uses [ PEP 0440 ] [ pep440 ] for version formatting. You can switch to semantic versioning using either:
26+ By default, Commitizen uses [ PEP 440 ] [ pep440 ] for version formatting. You can switch to semantic versioning using either:
2727
28281 . Command line:
2929``` sh
You can’t perform that action at this time.
0 commit comments