File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Some examples:
54
54
55
55
``` bash
56
56
$ cz bump --help
57
- usage: cz bump [-h] [--dry-run] [--files-only] [--changelog] [--yes]
57
+ usage: cz bump [-h] [--dry-run] [--files-only] [--changelog] [--no-verify] [-- yes]
58
58
[--tag-format TAG_FORMAT] [--bump-message BUMP_MESSAGE]
59
59
[--prerelease {alpha,beta,rc}]
60
60
[--increment {MAJOR,MINOR,PATCH}]
@@ -64,6 +64,7 @@ optional arguments:
64
64
--dry-run show output to stdout, no commit, no modified files
65
65
--files-only bump version in the files from the config
66
66
--changelog, -ch generate the changelog for the newest version
67
+ --no-verify disable git hooks during bumping
67
68
--yes accept automatically questions done
68
69
--tag-format TAG_FORMAT
69
70
the format used to tag the commit and read it, use it
You can’t perform that action at this time.
0 commit comments