@@ -33,9 +33,9 @@ options:
33
33
--bump-message BUMP_MESSAGE
34
34
template used to create the release commit, useful
35
35
when working with CI
36
- --prerelease {alpha,beta,rc} , -pr {alpha,beta,rc}
36
+ --prerelease, -pr {alpha,beta,rc}
37
37
choose type of prerelease
38
- --devrelease DEVRELEASE , -d DEVRELEASE
38
+ --devrelease, -d DEVRELEASE
39
39
specify non-negative integer for dev. release
40
40
--increment {MAJOR,MINOR,PATCH}
41
41
manually specify the desired increment
@@ -53,7 +53,7 @@ options:
53
53
check consistency among versions defined in commitizen
54
54
configuration and version_files
55
55
--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
57
57
create annotated tag message
58
58
--gpg-sign, -s sign tag instead of lightweight one
59
59
--changelog-to-stdout
@@ -62,11 +62,10 @@ options:
62
62
Redirect git output to stderr
63
63
--retry retry commit if it fails the 1st time
64
64
--major-version-zero keep major version at zero, even for breaking changes
65
- --template TEMPLATE , -t TEMPLATE
65
+ --template, -t TEMPLATE
66
66
changelog template file name (relative to the current
67
67
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')
70
69
--file-name FILE_NAME
71
70
file name of changelog (default: 'CHANGELOG.md')
72
71
--prerelease-offset PRERELEASE_OFFSET
0 commit comments