Skip to content

Commit 18769dc

Browse files
Release template: Document tagging for API submodule
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent a883878 commit 18769dc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/ISSUE_TEMPLATE/new-release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)