Skip to content

Commit 1295ce1

Browse files
authored
Fix typos in RELEASE.md
1 parent 35ee20e commit 1295ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ The device plugin consists in two artifacts:
77
# Release Process Checklist:
88
- [ ] Create a release PR:
99
- [ ] 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.
1111
- [ ] Create a PR from the created `bump-release-{{ .VERSION }}` branch.
1212
- [ ] Merge the release PR
1313
- [ ] Tag the release and push the tag to the `internal` mirror:
1414
- [ ] Image release pipeline:
1515
- [ ] 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.
1717
- [ ] Wait for the [`Release`](https://github.com/NVIDIA/k8s-device-plugin/actions/workflows/release.yaml) GitHub Action to complete
1818
- [ ] Publish the [draft release](https://github.com/NVIDIA/k8s-device-plugin/releases) created by the GitHub Action
1919
- [ ] Wait for the [`Publish Helm Chart`](https://github.com/NVIDIA/k8s-device-plugin/actions/workflows/helm.yaml) GitHub Action to complete

0 commit comments

Comments
 (0)