We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a39747 commit 71f34f7Copy full SHA for 71f34f7
docs/bump.md
@@ -83,6 +83,14 @@ optional arguments:
83
configuration and version_files
84
```
85
86
+### `--files-only`
87
+
88
+Bumps the version in the files defined in `version_files` without creating a commit and tag on the git repository,
89
90
+```bash
91
+cz bump --files-only
92
+```
93
94
### `--changelog`
95
96
Generate a **changelog** along with the new version and tag when bumping.
0 commit comments