1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00

Merge pull request #1527 from marquiz/devel/release-checklist

github: update tagging instructions in release checklists
This commit is contained in:
Kubernetes Prow Robot 2023-12-22 09:16:30 +01:00 committed by GitHub
commit 5fe88f2a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -18,8 +18,7 @@ Please do not remove items from the checklist
- [ ] Write the change log into the draft release - [ ] Write the change log into the draft release
- [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release - [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release
- [ ] An OWNER runs - [ ] An OWNER runs
`git tag -s $VERSION` `git tag -s -m "NFD release $VERSION" $VERSION`
and inserts the changelog into the tag description.
- [ ] An OWNER pushes the tag with - [ ] An OWNER pushes the tag with
`git push $VERSION` `git push $VERSION`
- Triggers prow to build and publish a staging container image - Triggers prow to build and publish a staging container image

View file

@ -27,8 +27,7 @@ Please do not remove items from the checklist
- [ ] Write the change log into the draft release - [ ] Write the change log into the draft release
- [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release - [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release
- [ ] An OWNER runs - [ ] An OWNER runs
`git tag -s $VERSION` `git tag -s -m "NFD release $VERSION" $VERSION`
and inserts the changelog into the tag description.
- [ ] An OWNER pushes the tag with - [ ] An OWNER pushes the tag with
`git push $VERSION` `git push $VERSION`
- Triggers prow to build and publish a staging container image - Triggers prow to build and publish a staging container image