docs: skip check before prepare branch in RELEASE_ISSUE_TEMPLATE.md
Piotr Galar committed
Jun 30, 2023 at 16:11 UTC
f797e9e6d388a51c3f8473c614d4276da9683e28
1 file changed
+1
-1
docs/RELEASE_ISSUE_TEMPLATE.md
+1
-1
@@ -84,7 +84,7 @@ This section covers tasks to be done ahead of the release.
84
85
This section covers tasks to be done during each release.
86
87
-- [ ] Prepare the release branch and update version numbers accordingly <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) prepare-branch` or ...</summary>
87
+- [ ] Prepare the release branch and update version numbers accordingly <details><summary>using `./kuboreleaser --skip-check-before release --version vX.Y.Z(-rcN) prepare-branch` or ...</summary>
88
- [ ] create a new branch `release-vX.Y.Z`
89
- use `master` as base if `Z == 0`
90
- use `release` as base if `Z > 0`