From 760cc87345492415f99216f9d6ecc19b19fc6a92 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 7 Jun 2022 18:43:19 +0300 Subject: [PATCH] github: small fix in new-release issue template --- .github/ISSUE_TEMPLATE/new-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-release.md b/.github/ISSUE_TEMPLATE/new-release.md index 28b27f28c..a38d78214 100644 --- a/.github/ISSUE_TEMPLATE/new-release.md +++ b/.github/ISSUE_TEMPLATE/new-release.md @@ -31,7 +31,7 @@ Please do not remove items from the checklist - Triggers prow to build and publish a staging container image `gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION` - Triggers build of the documentation and publish it at - https://kubernetes-sigs.github.io/node-feature + https://kubernetes-sigs.github.io/node-feature-discovery/0.$MAJ/ - [ ] Submit a PR against [k8s.io](https://github.com/kubernetes/k8s.io), updating `k8s.gcr.io/images/k8s-staging-nfd/images.yaml` to promote the container images (both "full" and "minimal" variants) to production - [ ] Wait for the PR to be merged and verify that the image (`k8s.gcr.io/nfd/node-feature-discovery:$VERSION`) is available. - [ ] Publish the draft release prepared at the [Github releases page](https://github.com/kubernetes-sigs/node-feature-discovery/releases)