@@ -33,9 +33,9 @@ options:
3333 --bump-message BUMP_MESSAGE
3434 template used to create the release commit, useful
3535 when working with CI
36- --prerelease {alpha,beta,rc} , -pr {alpha,beta,rc}
36+ --prerelease, -pr {alpha,beta,rc}
3737 choose type of prerelease
38- --devrelease DEVRELEASE , -d DEVRELEASE
38+ --devrelease, -d DEVRELEASE
3939 specify non-negative integer for dev. release
4040 --increment {MAJOR,MINOR,PATCH}
4141 manually specify the desired increment
@@ -53,7 +53,7 @@ options:
5353 check consistency among versions defined in commitizen
5454 configuration and version_files
5555 --annotated-tag, -at create annotated tag instead of lightweight one
56- --annotated-tag-message ANNOTATED_TAG_MESSAGE , -atm ANNOTATED_TAG_MESSAGE
56+ --annotated-tag-message, -atm ANNOTATED_TAG_MESSAGE
5757 create annotated tag message
5858 --gpg-sign, -s sign tag instead of lightweight one
5959 --changelog-to-stdout
@@ -62,11 +62,10 @@ options:
6262 Redirect git output to stderr
6363 --retry retry commit if it fails the 1st time
6464 --major-version-zero keep major version at zero, even for breaking changes
65- --template TEMPLATE , -t TEMPLATE
65+ --template, -t TEMPLATE
6666 changelog template file name (relative to the current
6767 working directory)
68- --extra EXTRA, -e EXTRA
69- a changelog extra variable (in the form 'key=value')
68+ --extra, -e EXTRA a changelog extra variable (in the form 'key=value')
7069 --file-name FILE_NAME
7170 file name of changelog (default: 'CHANGELOG.md')
7271 --prerelease-offset PRERELEASE_OFFSET
0 commit comments