Skip to content

Commit 03ae005

Browse files
doc: Release: Add backport policy
1 parent a19f91a commit 03ae005

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,19 @@ 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 and attending meetings, check the community repository.
67+
68+
### Process
69+
70+
1. Create a PR with the fix cherry-picked against to the release branch.
71+
2. Ask for a review from the maintainers.
72+
3. Once approved, merge the PR and perform the Patch Release steps above.

0 commit comments

Comments
 (0)