@@ -14,69 +14,71 @@ usage: cz bump [-h] [--dry-run] [--files-only] [--local-version] [--changelog]
1414 [--allow-no-commit]
1515 [MANUAL_VERSION]
1616
17- bump semantic version based on the git log
17+ Bump semantic version based on the git log
1818
1919positional arguments:
20- MANUAL_VERSION bump to the given version (e.g: 1.5.3)
20+ MANUAL_VERSION Bump to the given version (e.g., 1.5.3).
2121
2222options:
2323 -h, --help show this help message and exit
24- --dry-run show output to stdout, no commit, no modified files
25- --files-only bump version in the files from the config
26- --local-version bump only the local version portion
27- --changelog, -ch generate the changelog for the newest version
28- --no-verify this option bypasses the pre-commit and commit-msg
29- hooks
30- --yes accept automatically questions done
24+ --dry-run Perform a dry run, without committing or modifying
25+ files.
26+ --files-only Bump version in the `version_files` specified in the
27+ configuration file only.
28+ --local-version Bump version only the local version portion (ignoring
29+ the public version).
30+ --changelog, -ch Generate the changelog for the latest version.
31+ --no-verify Bypass the pre-commit and commit-msg hooks.
32+ --yes Accept automatically answered questions.
3133 --tag-format TAG_FORMAT
32- the format used to tag the commit and read it, use it
33- in existing projects, wrap around simple quotes
34+ The format used to tag the commit and read it. Use it
35+ in existing projects, and wrap around simple quotes.
3436 --bump-message BUMP_MESSAGE
35- template used to create the release commit, useful
36- when working with CI
37+ Template used to create the release commit, useful
38+ when working with CI.
3739 --prerelease {alpha,beta,rc}, -pr {alpha,beta,rc}
38- choose type of prerelease
40+ Type of prerelease.
3941 --devrelease DEVRELEASE, -d DEVRELEASE
40- specify non-negative integer for dev. release
42+ Specify non-negative integer for dev release.
4143 --increment {MAJOR,MINOR,PATCH}
42- manually specify the desired increment
44+ Specify the desired increment.
4345 --increment-mode {linear,exact}
44- set the method by which the new version is chosen.
45- 'linear' (default) guesses the next version based on
46- typical linear version progression, such that bumping
47- of a pre-release with lower precedence than the
48- current pre-release phase maintains the current phase
49- of higher precedence. 'exact' applies the changes that
46+ Set the method by which the new version is chosen.
47+ 'linear' (default) resolves the next version based on
48+ typical linear version progression, where bumping of a
49+ pre-release with lower precedence than the current
50+ pre-release phase maintains the current phase of
51+ higher precedence. 'exact' applies the changes that
5052 have been specified (or determined from the commit
51- log) without interpretation, such that the increment
52- and pre-release are always honored
53+ log) without interpretation, ensuring the increment
54+ and pre-release are always honored.
5355 --check-consistency, -cc
54- check consistency among versions defined in commitizen
55- configuration and version_files
56- --annotated-tag, -at create annotated tag instead of lightweight one
56+ Check consistency among versions defined in Commitizen
57+ configuration file and ` version_files`.
58+ --annotated-tag, -at Create annotated tag instead of lightweight one.
5759 --annotated-tag-message ANNOTATED_TAG_MESSAGE, -atm ANNOTATED_TAG_MESSAGE
58- create annotated tag message
59- --gpg-sign, -s sign tag instead of lightweight one
60+ Create annotated tag message.
61+ --gpg-sign, -s Sign tag instead of lightweight one.
6062 --changelog-to-stdout
61- Output changelog to the stdout
63+ Output changelog to stdout.
6264 --git-output-to-stderr
63- Redirect git output to stderr
64- --retry retry commit if it fails the 1st time
65- --major-version-zero keep major version at zero, even for breaking changes
65+ Redirect git output to stderr.
66+ --retry Retry commit if it fails for the first time.
67+ --major-version-zero Keep major version at zero, even for breaking changes.
6668 --template TEMPLATE, -t TEMPLATE
67- changelog template file name (relative to the current
68- working directory)
69+ Changelog template file name (relative to the current
70+ working directory).
6971 --extra EXTRA, -e EXTRA
70- a changelog extra variable (in the form 'key=value')
72+ Changelog extra variables (in the form 'key=value').
7173 --file-name FILE_NAME
72- file name of changelog (default: 'CHANGELOG.md')
74+ File name of changelog (default: 'CHANGELOG.md').
7375 --prerelease-offset PRERELEASE_OFFSET
74- start pre-releases with this offset
76+ Start pre-releases with this offset.
7577 --version-scheme {pep440,semver,semver2}
76- choose version scheme
78+ Choose version scheme.
7779 --version-type {pep440,semver,semver2}
78- Deprecated, use --version-scheme instead
80+ Deprecated, use ` --version-scheme` instead.
7981 --build-metadata BUILD_METADATA
80- Add additional build-metadata to the version-number
81- --get-next Determine the next version and write to stdout
82- --allow-no-commit bump version without eligible commits
82+ Add additional build-metadata to the version-number.
83+ --get-next Determine the next version and write to stdout.
84+ --allow-no-commit Bump version without eligible commits.
0 commit comments