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:
parent
03f1f75f34
commit
48d06ae366
2 changed files with 2 additions and 4 deletions
3
.github/ISSUE_TEMPLATE/new-patch-release.md
vendored
3
.github/ISSUE_TEMPLATE/new-patch-release.md
vendored
|
@ -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
|
||||
|
|
3
.github/ISSUE_TEMPLATE/new-release.md
vendored
3
.github/ISSUE_TEMPLATE/new-release.md
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue