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:
commit
5fe88f2a65
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
|
- [ ] 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
|
||||||
|
|
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
|
- [ ] 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue