Skip to content

Commit 5fe88f2

Browse files
authored
Merge pull request #1527 from marquiz/devel/release-checklist
github: update tagging instructions in release checklists
2 parents 03f1f75 + 48d06ae commit 5fe88f2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/new-patch-release.md

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

.github/ISSUE_TEMPLATE/new-release.md

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

0 commit comments

Comments
 (0)