From 18769dc5df00d2f5bf5bb8ee7fa58178c2ac959a Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Mon, 4 Nov 2024 11:35:28 +0100 Subject: [PATCH] Release template: Document tagging for API submodule Signed-off-by: Carlos Eduardo Arango Gutierrez --- .github/ISSUE_TEMPLATE/new-patch-release.md | 4 +++- .github/ISSUE_TEMPLATE/new-release.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-patch-release.md b/.github/ISSUE_TEMPLATE/new-patch-release.md index 25ff48db8..3b3e3b116 100644 --- a/.github/ISSUE_TEMPLATE/new-patch-release.md +++ b/.github/ISSUE_TEMPLATE/new-patch-release.md @@ -19,8 +19,10 @@ Please do not remove items from the checklist - [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release - [ ] An OWNER runs `git tag -s -m "NFD release $VERSION" $VERSION` +- [ ] An OWNER runs + `git tag -s -m "NFD API release $VERSION" api/nfd/$VERSION` - [ ] An OWNER pushes the tag with - `git push $VERSION` + `git push $VERSION api/nfd/$VERSION` - 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 diff --git a/.github/ISSUE_TEMPLATE/new-release.md b/.github/ISSUE_TEMPLATE/new-release.md index 7965a2c04..bbe9d6e2c 100644 --- a/.github/ISSUE_TEMPLATE/new-release.md +++ b/.github/ISSUE_TEMPLATE/new-release.md @@ -28,8 +28,10 @@ Please do not remove items from the checklist - [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release - [ ] An OWNER runs `git tag -s -m "NFD release $VERSION" $VERSION` +- [ ] An OWNER runs + `git tag -s -m "NFD API release $VERSION" api/nfd/$VERSION` - [ ] An OWNER pushes the tag with - `git push $VERSION` + `git push $VERSION api/nfd/$VERSION` - 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