Closed
Description
Type
- Content inaccurate
- Content missing
- Typo
URL
https://commitizen-tools.github.io/commitizen/getting_started/#bump-version
Description
The "version type" link in the bump version section, should redirect to the "version type" section inside the bump documentacion, it does not because there is no "version type" section.
Current state:
Bump version
cz bump...
You can configure the version type and version provider.
...
According to https://commitizen-tools.github.io/commitizen/bump/#usage --version-type is deprecated and --version-scheme should be used instead.
...
--version-type {semver,pep440}
Deprecated, use --version-scheme
...
Possible solution according to my understanding of the library:
Bump version
cz bump...
You can configure the version scheme/format and version provider.
...