@@ -56,8 +56,8 @@ Some examples:
56
56
$ cz bump --help
57
57
usage: cz bump [-h] [--dry-run] [--files-only] [--local-version] [--changelog]
58
58
[--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 }]
61
61
[--check-consistency] [--annotated-tag] [--gpg-sign]
62
62
[--changelog-to-stdout] [--retry]
63
63
@@ -78,14 +78,15 @@ options:
78
78
when working with CI
79
79
--prerelease {alpha,beta,rc}, -pr {alpha,beta,rc}
80
80
choose type of prerelease
81
- --devrelease {DEV} specify dev release
81
+ --devrelease DEVRELEASE, -d DEVRELEASE
82
+ specify non-negative integer for dev. release
82
83
--increment {MAJOR,MINOR,PATCH}
83
84
manually specify the desired increment
84
85
--check-consistency, -cc
85
86
check consistency among versions defined in commitizen
86
87
configuration and version_files
87
- --gpg-sign, -s create a signed tag instead of lightweight one or annotated tag
88
88
--annotated-tag, -at create annotated tag instead of lightweight one
89
+ --gpg-sign, -s sign tag instead of lightweight one
89
90
--changelog-to-stdout
90
91
Output changelog to the stdout
91
92
--retry retry commit if it fails the 1st time
0 commit comments