Skip to content

Commit f09cb0e

Browse files
klihubaskervin
authored andcommitted
.github: update new-release.md issue template.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent ff5be69 commit f09cb0e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/ISSUE_TEMPLATE/new-release.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,21 @@ future releases.
2626
- [ ] Push the tag with `git push $VERSION`.
2727
- [ ] Check that new container images are published for the tag.
2828
- ```
29-
for i in nri-resource-policy-topology-aware nri-resource-policy-balloons nri-resource-policy-template nri-config-manager nri-memory-qos nri-memtierd; do \
30-
skopeo inspect --format "$i: {{.Digest}}" docker://ghcr.io/containers/nri-plugins/$i:$VERSION;
31-
done
29+
# You can do this with the in-repo artifact verification script:
30+
./scripts/release/check-artifacts.sh --images $VERSION
3231
```
3332
- [ ] Finalize the new *draft* release created by CI
3433
- [ ] Check that all artefacts (Helm charts) were uploaded
3534
- [ ] Write the change log to the release.
3635
- [ ] Get the change log OK'd by other maintainers.
3736
- [ ] Publish the draft as a release.
3837
- [ ] Verify that the Helm repo was updated
38+
- ```
39+
# You can do this with the in-repo artifact verification script:
40+
./scripts/release/check-artifacts.sh --charts $VERSION
41+
# Or to do a final verification of both images and charts:
42+
./scripts/release/check-artifacts.sh $VERSION
43+
```
3944
- [ ] Add a link to the tagged release in this issue.
4045
- [ ] Generate the operator bundle by running make bundle within `deployment/operator` directory and submit the generated content to the [community-operators](https://github.com/k8s-operatorhub/community-operators).
4146
- [ ] Create and push unannotated development tag `X.Y.0-devel` for next release cycle.

0 commit comments

Comments
 (0)