File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ usage: cz bump [-h] [--dry-run] [--files-only] [--local-version] [--changelog]
58
58
[--no-verify] [--yes] [--tag-format TAG_FORMAT]
59
59
[--bump-message BUMP_MESSAGE] [--prerelease {alpha,beta,rc}]
60
60
[--increment {MAJOR,MINOR,PATCH}] [--check-consistency]
61
- [--annotated-tag] [--changelog-to-stdout] [--retry]
61
+ [--annotated-tag] [--signed-tag] [-- changelog-to-stdout] [--retry]
62
62
63
63
options:
64
64
-h, --help show this help message and exit
@@ -83,6 +83,7 @@ options:
83
83
check consistency among versions defined in commitizen
84
84
configuration and version_files
85
85
--annotated-tag, -at create annotated tag instead of lightweight one
86
+ --signed-tag, -st create a signed tag instead of lightweight one or annotated tag
86
87
--changelog-to-stdout
87
88
Output changelog to the stdout
88
89
--retry retry commit if it fails the 1st time
You can’t perform that action at this time.
0 commit comments