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 51b99b0 commit d00cf03Copy full SHA for d00cf03
docs/commands/bump.md
@@ -504,6 +504,14 @@ Supported variables:
504
| `$prerelease`, `${prerelease}` | Prerelease (alpha, beta, release candidate) |
505
| `$devrelease`, `${devrelease}` | Development release |
506
507
+### `--yes`
508
+
509
+Automatically answers “yes” to all interactive prompts during the bump process, allowing the command to run without manual confirmation.
510
511
+```bash
512
+cz bump --yes
513
+```
514
515
[pep440]: https://www.python.org/dev/peps/pep-0440/
516
[semver]: https://semver.org/
517
[version_files]: ../config/bump.md#version_files
0 commit comments