Skip to content

Commit 0e09474

Browse files
doc: Release: Add backport policy
Add Policy discussed and agreed between maintainers
1 parent a19f91a commit 0e09474

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,20 @@ git push upstream v1.2.0
5454

5555
### Post-Steps
5656
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

Comments
 (0)