Skip to content

Commit

Permalink
docs: skip check before prepare branch in RELEASE_ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jun 30, 2023
1 parent c00cee5 commit f797e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RELEASE_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This section covers tasks to be done ahead of the release.

This section covers tasks to be done during each release.

- [ ] Prepare the release branch and update version numbers accordingly <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) prepare-branch` or ...</summary>
- [ ] 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>
- [ ] create a new branch `release-vX.Y.Z`
- use `master` as base if `Z == 0`
- use `release` as base if `Z > 0`
Expand Down

0 comments on commit f797e9e

Please sign in to comment.