From 1b85d61bdc903cf790d321d4af9292c0c14a538e Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Thu, 28 Mar 2024 17:04:10 +0200 Subject: [PATCH] .github: update issue template for new release. Add the creation of a new unnanotated devel-tag for the next release cycle to the release process issue template. Signed-off-by: Krisztian Litkey --- .github/ISSUE_TEMPLATE/new-release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/new-release.md b/.github/ISSUE_TEMPLATE/new-release.md index a943441c5..66d970fca 100644 --- a/.github/ISSUE_TEMPLATE/new-release.md +++ b/.github/ISSUE_TEMPLATE/new-release.md @@ -38,4 +38,5 @@ future releases. - [ ] Verify that the Helm repo was updated - [ ] Add a link to the tagged release in this issue. - [ ] Generate the operator bundle by running make bundle within `deployment/operator` directory and submit the generated content to the [community-operators](https://github.com/k8s-operatorhub/community-operators). +- [ ] Create and push unannotated development tag `X.Y.0-devel` for next release cycle. - [ ] Close this issue.