Skip to content

Commit 846a31f

Browse files
committed
docs(bump): add info about --no-verify option
1 parent 229231d commit 846a31f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/bump.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Some examples:
5454

5555
```bash
5656
$ 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]
5858
[--tag-format TAG_FORMAT] [--bump-message BUMP_MESSAGE]
5959
[--prerelease {alpha,beta,rc}]
6060
[--increment {MAJOR,MINOR,PATCH}]
@@ -64,6 +64,7 @@ optional arguments:
6464
--dry-run show output to stdout, no commit, no modified files
6565
--files-only bump version in the files from the config
6666
--changelog, -ch generate the changelog for the newest version
67+
--no-verify disable git hooks during bumping
6768
--yes accept automatically questions done
6869
--tag-format TAG_FORMAT
6970
the format used to tag the commit and read it, use it

0 commit comments

Comments
 (0)