Skip to content

Commit fb9ef21

Browse files
committed
Update RELEASE.md with more specific instructions for a release
Signed-off-by: Kevin Klues <[email protected]>
1 parent 091f7ac commit fb9ef21

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RELEASE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
The device plugin consists in two artifacts:
44
- The Device Plugin container
5-
- The Device Plugin Daemonset Manifest
5+
- The Device Plugin helm chart
66

7-
Publishing the container is automated through gitlab-ci and only requires on to tag the commit and push it to gitlab.
7+
Publishing the container is automated through gitlab-ci and only requires one to tag the commit and push it to gitlab.
8+
Publishing the helm chart is currently manual, and we should move to an automated process ASAP
89

910
# Release Process Checklist
1011
- [ ] Update the README to change occurances of the old version (e.g: `v0.7.0-rc.1`) with the new version
@@ -15,4 +16,5 @@ Publishing the container is automated through gitlab-ci and only requires on to
1516
- [ ] Run the `./build-index.sh` script to rebuild the indices for each repo
1617
- [ ] Commit and push the `gh-pages` branch to GitHub
1718
- [ ] Wait for the [CI job associated with your tag] (https://gitlab.com/nvidia/kubernetes/device-plugin/-/pipelines) to complete
18-
- [ ] Create a new release on Github
19+
- [ ] Update the [README on dockerhub](https://hub.docker.com/r/nvidia/k8s-device-plugin) with the latest tag information
20+
- [ ] Create a [new release](https://github.com/NVIDIA/k8s-device-plugin/releases) on Github with the changelog

0 commit comments

Comments
 (0)