File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ Please do not remove items from the checklist
1919 - [ ] Upload release artefacts generated by ` prepare-release.sh ` script above to the draft release
2020- [ ] An OWNER runs
2121 ` git tag -s -m "NFD release $VERSION" $VERSION `
22+ - [ ] An OWNER runs
23+ ` git tag -s -m "NFD API release $VERSION" api/nfd/$VERSION `
2224- [ ] An OWNER pushes the tag with
23- ` git push $VERSION `
25+ ` git push $VERSION api/nfd/$VERSION `
2426 - Triggers prow to build and publish a staging container image
2527 ` gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION `
2628 - Triggers build of the documentation and publish it at
Original file line number Diff line number Diff line change @@ -28,8 +28,10 @@ Please do not remove items from the checklist
2828 - [ ] Upload release artefacts generated by ` prepare-release.sh ` script above to the draft release
2929- [ ] An OWNER runs
3030 ` git tag -s -m "NFD release $VERSION" $VERSION `
31+ - [ ] An OWNER runs
32+ ` git tag -s -m "NFD API release $VERSION" api/nfd/$VERSION `
3133- [ ] An OWNER pushes the tag with
32- ` git push $VERSION `
34+ ` git push $VERSION api/nfd/$VERSION `
3335 - Triggers prow to build and publish a staging container image
3436 ` gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION `
3537 - Triggers build of the documentation and publish it at
You can’t perform that action at this time.
0 commit comments