@@ -56,8 +56,8 @@ Some examples:
5656$ cz bump --help
5757usage: cz bump [-h] [--dry-run] [--files-only] [--local-version] [--changelog]
5858 [--no-verify] [--yes] [--tag-format TAG_FORMAT]
59- [--bump-message BUMP_MESSAGE] [--increment {MAJOR,MINOR,PATCH }]
60- [--prerelease {alpha,beta,rc} ] [--devrelease {DEV }]
59+ [--bump-message BUMP_MESSAGE] [--prerelease {alpha,beta,rc }]
60+ [--devrelease DEVRELEASE ] [--increment {MAJOR,MINOR,PATCH }]
6161 [--check-consistency] [--annotated-tag] [--gpg-sign]
6262 [--changelog-to-stdout] [--retry]
6363
@@ -78,14 +78,15 @@ options:
7878 when working with CI
7979 --prerelease {alpha,beta,rc}, -pr {alpha,beta,rc}
8080 choose type of prerelease
81- --devrelease {DEV} specify dev release
81+ --devrelease DEVRELEASE, -d DEVRELEASE
82+ specify non-negative integer for dev. release
8283 --increment {MAJOR,MINOR,PATCH}
8384 manually specify the desired increment
8485 --check-consistency, -cc
8586 check consistency among versions defined in commitizen
8687 configuration and version_files
87- --gpg-sign, -s create a signed tag instead of lightweight one or annotated tag
8888 --annotated-tag, -at create annotated tag instead of lightweight one
89+ --gpg-sign, -s sign tag instead of lightweight one
8990 --changelog-to-stdout
9091 Output changelog to the stdout
9192 --retry retry commit if it fails the 1st time
0 commit comments