@@ -124,21 +124,20 @@ Read more about the `check` command [here](check.md).
124
124
125
125
### Help
126
126
127
- ``` bash
127
+ ``` sh
128
128
$ cz --help
129
- usage: cz [-h] [--debug] [-n NAME] [--version]
130
- {init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version}
131
- ...
129
+ usage: cz [-h] [--debug] [-n NAME] [-nr NO_RAISE] {init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version} ...
132
130
133
131
Commitizen is a cli tool to generate conventional commits.
134
132
For more information about the topic go to https://conventionalcommits.org/
135
133
136
134
optional arguments:
137
135
-h, --help show this help message and exit
138
136
--debug use debug mode
139
- -n NAME, --name NAME use the given commitizen (default:
140
- cz_conventional_commits)
141
- --version get the version of the installed commitizen
137
+ -n NAME, --name NAME use the given commitizen (default: cz_conventional_commits)
138
+ -nr NO_RAISE, --no-raise NO_RAISE
139
+ comma separated error codes that won' t rise error, e.g: cz -nr 1,2,3 bump. See codes at https://commitizen-
140
+ tools.github.io/commitizen/exit_codes/
142
141
143
142
commands:
144
143
{init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version}
@@ -149,12 +148,9 @@ commands:
149
148
info show information about the cz
150
149
schema show commit schema
151
150
bump bump semantic version based on the git log
152
- changelog (ch) generate changelog (note that it will overwrite
153
- existing file)
154
- check validates that a commit message matches the commitizen
155
- schema
156
- version get the version of the installed commitizen or the
157
- current project (default: installed commitizen)
151
+ changelog (ch) generate changelog (note that it will overwrite existing file)
152
+ check validates that a commit message matches the commitizen schema
153
+ version get the version of the installed commitizen or the current project (default: installed commitizen)
158
154
```
159
155
160
156
## Setting up bash completion
0 commit comments