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
19
19
- [ ] Upload release artefacts generated by ` prepare-release.sh ` script above to the draft release
20
20
- [ ] An OWNER runs
21
21
` git tag -s -m "NFD release $VERSION" $VERSION `
22
+ - [ ] An OWNER runs
23
+ ` git tag -s -m "NFD API release $VERSION" api/nfd/$VERSION `
22
24
- [ ] An OWNER pushes the tag with
23
- ` git push $VERSION `
25
+ ` git push $VERSION api/nfd/$VERSION `
24
26
- Triggers prow to build and publish a staging container image
25
27
` gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION `
26
28
- 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
28
28
- [ ] Upload release artefacts generated by ` prepare-release.sh ` script above to the draft release
29
29
- [ ] An OWNER runs
30
30
` git tag -s -m "NFD release $VERSION" $VERSION `
31
+ - [ ] An OWNER runs
32
+ ` git tag -s -m "NFD API release $VERSION" api/nfd/$VERSION `
31
33
- [ ] An OWNER pushes the tag with
32
- ` git push $VERSION `
34
+ ` git push $VERSION api/nfd/$VERSION `
33
35
- Triggers prow to build and publish a staging container image
34
36
` gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION `
35
37
- Triggers build of the documentation and publish it at
You can’t perform that action at this time.
0 commit comments