1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #1945 from ArangoGutierrez/update_release

Release template: Document tagging for API submodule
This commit is contained in:
Kubernetes Prow Robot 2024-11-06 16:09:30 +00:00 committed by GitHub
commit 341f986b8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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