Skip to content

Commit 5ef5ddc

Browse files
authored
Merge pull request #308 from sunya-ch/update-release-issue-template
chore: update release issue template with clear step group
2 parents 81ba74c + 8218f7b commit 5ef5ddc

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,26 @@ assignees: ''
77

88
---
99

10+
1011
## Release Steps
1112
(ref: https://foundation-model-stack.github.io/multi-nic-cni/contributing/maintainer/)
1213

14+
### 1. Tag release
1315
- [ ] Make sure that doc branch is synced to main branch by pushing PR from doc to main.
1416
- [ ] Make sure that all workflows on the main branch are completed successfully.
17+
<!-- Attach the release tag link. -->
1518
- [ ] Create a release on GitHub repository: https://github.com/foundation-model-stack/multi-nic-cni/releases
16-
- [ ] Prepare kbuilder image for new version. Dispatch the [workflow](https://github.com/foundation-model-stack/multi-nic-cni/actions/workflows/build_push_kbuilder.yaml) with image version X.Y.Z.
17-
- [ ] Set new version with the following command and push a PR upgrade version: X.Y.Z to the main branch.
19+
20+
### 2. Increase version
21+
<!-- Replace X.Y.Z+ with next version.
22+
For example, the next version of release 0.0.1 is 0.0.2, replace X.Y.Z+ here with 0.0.2. -->
23+
- [ ] Prepare kbuilder image for new version. Dispatch the [workflow](https://github.com/foundation-model-stack/multi-nic-cni/actions/workflows/build_push_kbuilder.yaml) with image version X.Y.Z+.
24+
<!-- Attach the PR link. -->
25+
- [ ] Set new version with the following command and push a PR upgrade version: X.Y.Z+ to the main branch.
26+
27+
### 3. Upload to community operator hub
28+
<!-- Attach the PR links to each item. -->
1829
- [ ] Update catalog template file and push PR to community operator hub - [OpenShift](https://github.com/redhat-openshift-ecosystem/community-operators-prod)
1930
- [ ] Update catalog template file and push PR to community operator hub - [OperatorHub.io](https://github.com/k8s-operatorhub/community-operators)
31+
### 4. Update release document
2032
- [ ] Update release page in documentation. Check [documentation update guide](https://foundation-model-stack.github.io/multi-nic-cni/contributing/local_build_push/#documentation-update)

0 commit comments

Comments
 (0)