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

github: update tagging instructions in release checklists

Simplify and standardize the git tag message body. Adding the full
changelog in the tag description feels unnecessary and cannot be
corrected after the fact.
This commit is contained in:
Markus Lehtonen 2023-12-22 09:12:23 +02:00
parent 03f1f75f34
commit 48d06ae366
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
- [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release
- [ ] An OWNER runs
`git tag -s $VERSION`
and inserts the changelog into the tag description.
`git tag -s -m "NFD release $VERSION" $VERSION`
- [ ] An OWNER pushes the tag with
`git push $VERSION`
- 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
- [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release
- [ ] An OWNER runs
`git tag -s $VERSION`
and inserts the changelog into the tag description.
`git tag -s -m "NFD release $VERSION" $VERSION`
- [ ] An OWNER pushes the tag with
`git push $VERSION`
- Triggers prow to build and publish a staging container image