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: RELEASE.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,20 @@ git push upstream v1.2.0
54
54
55
55
### Post-Steps
56
56
Once the tag has been pushed the release action should run automatically. You can view the progress [here](https://github.com/operator-framework/operator-controller/actions/workflows/release.yaml). When finished, the release should then be available on the [releases page](https://github.com/operator-framework/operator-controller/releases).
57
+
58
+
59
+
## Backporting Policy
60
+
61
+
Mainly critical issue fixes are backported to the most recent minor release.
62
+
Special backport requests can be discussed during the weekly Community meeting or via Slack channel;
63
+
this does not guarantee an exceptional backport will be created.
64
+
65
+
Occasionally non-critical issue fixes will be backported, either at an approver’s discretion or by request as noted above.
66
+
For information on contacting maintainers via the [#olm-dev](https://kubernetes.slack.com/archives/C0181L6JYQ2) Slack channel
67
+
and attending meetings. To know more about see [How to Contribute](./CONTRIBUTING.md).
68
+
69
+
### Process
70
+
71
+
1. Create a PR with the fix cherry-picked into the release branch
72
+
2. Ask for a review from the maintainers.
73
+
3. Once approved, merge the PR and perform the Patch Release steps above.
0 commit comments