We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d46141 commit be2fa26Copy full SHA for be2fa26
README.md
@@ -58,8 +58,8 @@ and github actions for release.
58
59
To generate a release:
60
61
-1. `cz bump --dry-run --increment patch --changelog` to verify changes
62
-2. `cz bump --increment patch --changelog` to finalize
+1. `cz bump --dry-run [--increment patch]` to verify changes
+2. `cz bump [--increment patch]` to finalize
63
3. `git push` to send code and `git push <tag>` to send the tag (or the less-safe `--tags`)
64
65
0 commit comments