File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ Please do not remove items from the checklist
18
18
- [ ] Write the change log into the draft release
19
19
- [ ] Upload release artefacts generated by ` prepare-release.sh ` script above to the draft release
20
20
- [ ] 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 `
23
22
- [ ] An OWNER pushes the tag with
24
23
` git push $VERSION `
25
24
- Triggers prow to build and publish a staging container image
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ Please do not remove items from the checklist
27
27
- [ ] Write the change log into the draft release
28
28
- [ ] Upload release artefacts generated by ` prepare-release.sh ` script above to the draft release
29
29
- [ ] 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 `
32
31
- [ ] An OWNER pushes the tag with
33
32
` git push $VERSION `
34
33
- Triggers prow to build and publish a staging container image
You can’t perform that action at this time.
0 commit comments