Skip to content

Commit d00cf03

Browse files
authored
docs(commands/bump.md): document --yes option for cz bump (#1758)
* docs: documented --yes option for cz bump * docs(commands/bump.md): moved reference links at the end of file
1 parent 51b99b0 commit d00cf03

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/commands/bump.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,14 @@ Supported variables:
504504
| `$prerelease`, `${prerelease}` | Prerelease (alpha, beta, release candidate) |
505505
| `$devrelease`, `${devrelease}` | Development release |
506506

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+
507515
[pep440]: https://www.python.org/dev/peps/pep-0440/
508516
[semver]: https://semver.org/
509517
[version_files]: ../config/bump.md#version_files

0 commit comments

Comments
 (0)