Skip to content

Commit

Permalink
Merge pull request #1945 from ArangoGutierrez/update_release
Browse files Browse the repository at this point in the history
Release template: Document tagging for API submodule
  • Loading branch information
k8s-ci-robot authored Nov 6, 2024
2 parents 61ce3b3 + 18769dc commit 341f986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/new-patch-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 341f986

Please sign in to comment.