Skip to content

Commit dacbe8c

Browse files
committed
[no-relnote] Create release issue against nvidia-container-toolkit repo
This change creates the release tracking issue against the nvidia-container-toolkit repo instead of the cloud-native-team repo. Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent b05f110 commit dacbe8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The NVIDIA Container Toolkit consists of the following artifacts:
77

88
# Release Process Checklist:
99
- [ ] Create a release PR:
10-
- [ ] 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/prepare-release.sh` script to update the version in all the needed files. This also creates a [release issue](https://github.com/NVIDIA/nvidia-container-toolkit/issues?q=is%3Aissue+is%3Aopen+label%3Arelease)
1111
- [ ] Run the `./hack/generate-changelog.sh` script to generate the a draft changelog and update `CHANGELOG.md` with the changes.
1212
- [ ] Create a PR from the created `bump-release-{{ .VERSION }}` branch.
1313
- [ ] Merge the release PR

hack/prepare-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ fi
157157
echo "Creating release tracking issue"
158158
cat RELEASE.md | sed "s/{{ .VERSION }}/$release/g" | \
159159
gh issue create -F - \
160-
-R NVIDIA/cloud-native-team \
160+
-R NVIDIA/nvidia-container-toolkit \
161161
--title "Release nvidia-container-toolkit $release" \
162162
--label release
163163

0 commit comments

Comments
 (0)