Skip to content

Commit

Permalink
release_template.md: updates
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
  • Loading branch information
kkourt committed Jun 18, 2024
1 parent 7fdf5a8 commit 3aa1ec0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ assignees: ''

- [ ] Check that there are no [release blockers].

- [ ] Set `RELEASE` environment variable. For example, if you are releasing `v0.8.1`:
- [ ] Set `RELEASE` and `BRANCH` environment variables. For example, if you are releasing `v1.1.2`:

export RELEASE=v0.8.1
export BRANCH=v1.1
export RELEASE=v1.1.2

- [ ] Open a pull request to update the Helm chart and docs:

git checkout -b pr/prepare-$RELEASE
git checkout -b pr/prepare-$RELEASE $BRANCH

# update Helm chart
./contrib/update-helm-chart.sh $RELEASE
Expand Down

0 comments on commit 3aa1ec0

Please sign in to comment.