chore: prepare branch
galargh committed
Jan 30, 2023 at 12:48 UTC
ed2b7eb48859e449d5feba8fc9021ff146a70df9
1 file changed
+1
-1
docs/RELEASE_ISSUE_TEMPLATE.md
+1
-1
@@ -89,7 +89,7 @@ This section covers tasks to be done ahead of the release.
89
90
This section covers tasks to be done during each release.
91
92
-- [ ] Cut the release branch and update version numbers accordingly <details><summary>using `kuboreleaser release --version vX.Y.Z(-RCN) cut-branch` or ...</summary>
92
+- [ ] Prepare the release branch and update version numbers accordingly <details><summary>using `kuboreleaser release --version vX.Y.Z(-RCN) prepare-branch` or ...</summary>
93
- [ ] create a new branch `release-vX.Y.Z`
94
- use `master` as base if `Z == 0`
95
- use `release` as base if `Z > 0`