Skip to content

Broken link in "Getting Started" documentation #1008

Closed
@sescobar99

Description

@sescobar99

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.
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions