1- usage: cz bump [-h] [--dry-run] [--files-only] [--local-version] [--changelog]
2- [--no-verify] [--yes] [--tag-format TAG_FORMAT]
3- [--bump-message BUMP_MESSAGE] [--prerelease {alpha,beta,rc}]
4- [--devrelease DEVRELEASE] [--increment {MAJOR,MINOR,PATCH}]
1+ usage: cz bump [-h] [--dry-run] [--files-only] [--version-files-only]
2+ [--local-version] [--changelog] [--no-verify] [--yes]
3+ [--tag-format TAG_FORMAT] [--bump-message BUMP_MESSAGE]
4+ [--prerelease {alpha,beta,rc}] [--devrelease DEVRELEASE]
5+ [--increment {MAJOR,MINOR,PATCH}]
56 [--increment-mode {linear,exact}] [--check-consistency]
67 [--annotated-tag]
78 [--annotated-tag-message ANNOTATED_TAG_MESSAGE] [--gpg-sign]
@@ -22,7 +23,9 @@ positional arguments:
2223options:
2324 -h, --help show this help message and exit
2425 --dry-run show output to stdout, no commit, no modified files
25- --files-only bump version in the files from the config
26+ --files-only Bump version in config files (deprecated; use
27+ --version-files-only instead).
28+ --version-files-only bump version in the files from the config
2629 --local-version bump only the local version portion
2730 --changelog, -ch generate the changelog for the newest version
2831 --no-verify this option bypasses the pre-commit and commit-msg
0 commit comments