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: .github/ISSUE_TEMPLATE/release.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ assignees: ''
13
13
-[ ] Make sure that doc branch is synced to main branch by pushing PR from doc to main.
14
14
-[ ] Make sure that all workflows on the main branch are completed successfully.
15
15
-[ ] 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.
16
17
-[ ] Set new version with the following command and push a PR upgrade version: X.Y.Z to the main branch.
17
18
-[ ] Update catalog template file and push PR to community operator hub - [OpenShift](https://github.com/redhat-openshift-ecosystem/community-operators-prod)
18
19
-[ ] Update catalog template file and push PR to community operator hub - [OperatorHub.io](https://github.com/k8s-operatorhub/community-operators)
* Insert summarized updates from [milestone](https://github.com/foundation-model-stack/multi-nic-cni/milestones).
13
-
4. Set new version with the following command and push a PR `upgrade version: X.Y.Z` to the main branch.
13
+
14
+
4. 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`.
15
+
5. Set new version with the following command and push a PR `upgrade version: X.Y.Z` to the main branch.
14
16
15
17
make set_version X.Y.Z
16
18
17
-
5. Update catalog template file and push PR to community operator hub:
19
+
6. Update catalog template file and push PR to community operator hub:
6. Once the above PR merged, update release page in documentation. Check [documentation update guide](../contributing/local_build_push.md#documentation-update).
23
+
7. Once the above PR merged, update release page in documentation. Check [documentation update guide](../contributing/local_build_push.md#documentation-update).
0 commit comments