mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Release template: Document tagging for API submodule
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
This commit is contained in:
parent
a88387835f
commit
18769dc5df
2 changed files with 6 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/new-patch-release.md
vendored
4
.github/ISSUE_TEMPLATE/new-patch-release.md
vendored
|
@ -19,8 +19,10 @@ Please do not remove items from the checklist
|
|||
- [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release
|
||||
- [ ] An OWNER runs
|
||||
`git tag -s -m "NFD release $VERSION" $VERSION`
|
||||
- [ ] An OWNER runs
|
||||
`git tag -s -m "NFD API release $VERSION" api/nfd/$VERSION`
|
||||
- [ ] An OWNER pushes the tag with
|
||||
`git push $VERSION`
|
||||
`git push $VERSION api/nfd/$VERSION`
|
||||
- Triggers prow to build and publish a staging container image
|
||||
`gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION`
|
||||
- Triggers build of the documentation and publish it at
|
||||
|
|
4
.github/ISSUE_TEMPLATE/new-release.md
vendored
4
.github/ISSUE_TEMPLATE/new-release.md
vendored
|
@ -28,8 +28,10 @@ Please do not remove items from the checklist
|
|||
- [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release
|
||||
- [ ] An OWNER runs
|
||||
`git tag -s -m "NFD release $VERSION" $VERSION`
|
||||
- [ ] An OWNER runs
|
||||
`git tag -s -m "NFD API release $VERSION" api/nfd/$VERSION`
|
||||
- [ ] An OWNER pushes the tag with
|
||||
`git push $VERSION`
|
||||
`git push $VERSION api/nfd/$VERSION`
|
||||
- Triggers prow to build and publish a staging container image
|
||||
`gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION`
|
||||
- Triggers build of the documentation and publish it at
|
||||
|
|
Loading…
Reference in a new issue