@@ -7,28 +7,28 @@ For more information, please visit https://commitizen-tools.github.io/commitizen
77
88options:
99 -h, --help show this help message and exit
10- --config CONFIG the path of configuration file
11- --debug use debug mode
12- -n NAME, --name NAME use the given commitizen (default:
13- cz_conventional_commits)
10+ --config CONFIG The path to the configuration file.
11+ --debug Use debug mode.
12+ -n NAME, --name NAME Use the given commitizen (default:
13+ cz_conventional_commits).
1414 -nr NO_RAISE, --no-raise NO_RAISE
15- comma separated error codes that won't raise error,
16- e.g: cz -nr 1,2,3 bump. See codes at
15+ Comma- separated error codes that won't raise error,
16+ e.g., cz -nr 1,2,3 bump. See codes at
1717 https://commitizen-
1818 tools.github.io/commitizen/exit_codes/
1919
2020commands:
2121 {init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version}
22- init init commitizen configuration
23- commit (c) create new commit
24- ls show available commitizens
25- example show commit example
26- info show information about the cz
27- schema show commit schema
28- bump bump semantic version based on the git log
29- changelog (ch) generate changelog (note that it will overwrite
30- existing file)
31- check validates that a commit message matches the commitizen
32- schema
33- version get the version of the installed commitizen or the
34- current project (default: installed commitizen)
22+ init Initialize commitizen configuration.
23+ commit (c) Create new commit.
24+ ls Show available Commitizens.
25+ example Show commit example.
26+ info Show information about the cz.
27+ schema Show commit schema.
28+ bump Bump semantic version based on the git log.
29+ changelog (ch) Generate changelog (note that it will overwrite
30+ existing files).
31+ check Validate that a commit message matches the commitizen
32+ schema.
33+ version Get the version of the installed commitizen or the
34+ current project (default: installed commitizen).
0 commit comments