From 4f1362dd9978bd702da4e9cfd47fc1dd27f9c571 Mon Sep 17 00:00:00 2001 From: BelpHegoR17 Date: Sun, 4 Jan 2026 19:56:00 +0530 Subject: [PATCH 1/2] docs: documented --yes option for cz bump --- docs/commands/bump.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/commands/bump.md b/docs/commands/bump.md index e20a20d5f..7a484cc34 100644 --- a/docs/commands/bump.md +++ b/docs/commands/bump.md @@ -507,3 +507,11 @@ Supported variables: [pep440]: https://www.python.org/dev/peps/pep-0440/ [semver]: https://semver.org/ [version_files]: ../config/bump.md#version_files + +### `--yes` + +Automatically answers “yes” to all interactive prompts during the bump process, allowing the command to run without manual confirmation. + +```bash +cz bump --yes +``` From 9d892a1cbe33539f8976485c4c0b5514ada125da Mon Sep 17 00:00:00 2001 From: BelpHegoR17 Date: Mon, 5 Jan 2026 17:21:05 +0530 Subject: [PATCH 2/2] docs(commands/bump.md): moved reference links at the end of file --- docs/commands/bump.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/commands/bump.md b/docs/commands/bump.md index 7a484cc34..e7a7c0403 100644 --- a/docs/commands/bump.md +++ b/docs/commands/bump.md @@ -504,10 +504,6 @@ Supported variables: | `$prerelease`, `${prerelease}` | Prerelease (alpha, beta, release candidate) | | `$devrelease`, `${devrelease}` | Development release | -[pep440]: https://www.python.org/dev/peps/pep-0440/ -[semver]: https://semver.org/ -[version_files]: ../config/bump.md#version_files - ### `--yes` Automatically answers “yes” to all interactive prompts during the bump process, allowing the command to run without manual confirmation. @@ -515,3 +511,7 @@ Automatically answers “yes” to all interactive prompts during the bump proce ```bash cz bump --yes ``` + +[pep440]: https://www.python.org/dev/peps/pep-0440/ +[semver]: https://semver.org/ +[version_files]: ../config/bump.md#version_files