You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ The device plugin consists in two artifacts:
7
7
# Release Process Checklist:
8
8
-[ ] Create a release PR:
9
9
-[ ] Run the `./hack/prepare-release.sh` script to update the version in all the needed files. This also creates a [release issue](https://github.com/NVIDIA/cloud-native-team/issues?q=is%3Aissue+is%3Aopen+label%3Arelease)
10
-
-[ ] Run the `./hack/generate-changelog.sh` script to generate the a draft changelog and update `CHANGELOG.md` with the changes.
10
+
-[ ] Run the `./hack/generate-changelog.sh` script to generate the draft changelog and update `CHANGELOG.md` with the changes.
11
11
-[ ] Create a PR from the created `bump-release-{{ .VERSION }}` branch.
12
12
-[ ] Merge the release PR
13
13
-[ ] Tag the release and push the tag to the `internal` mirror:
14
14
-[ ] Image release pipeline:
15
15
-[ ] Wait for the image release to complete.
16
-
-[ ] Push the tag to the the upstream GitHub repo.
16
+
-[ ] Push the tag to the upstream GitHub repo.
17
17
-[ ] Wait for the [`Release`](https://github.com/NVIDIA/k8s-device-plugin/actions/workflows/release.yaml) GitHub Action to complete
18
18
-[ ] Publish the [draft release](https://github.com/NVIDIA/k8s-device-plugin/releases) created by the GitHub Action
19
19
-[ ] Wait for the [`Publish Helm Chart`](https://github.com/NVIDIA/k8s-device-plugin/actions/workflows/helm.yaml) GitHub Action to complete
0 commit comments