Skip to content

Commit 48d06ae

Browse files
committed
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.
1 parent 03f1f75 commit 48d06ae

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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)