Skip to content

Commit

Permalink
📖 : Release: Add backport policy (#1641)
Browse files Browse the repository at this point in the history
* doc: Release: Add backport policy

Add Policy discussed and agreed between maintainers

* Apply suggestions from code review
  • Loading branch information
camilamacedo86 authored Jan 30, 2025
1 parent 10e2754 commit c7ca6c4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,21 @@ git push upstream v1.2.0

### Post-Steps
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).


## Backporting Policy

Significant security and critical bug fixes can be backported to the most recent minor release.
Special backport requests can be discussed during the weekly Community meeting or via Slack channel;
this does not guarantee an exceptional backport will be created.

Occasionally non-critical issue fixes will be backported, either at an approver’s discretion or by request as noted above.
If you believe an issue should be backported, please feel free to reach out and raise your concerns or needs.
For information on contacting maintainers via the [#olm-dev](https://kubernetes.slack.com/archives/C0181L6JYQ2) Slack channel
and attending meetings. To know more about see [How to Contribute](./CONTRIBUTING.md).

### Process

1. Create a PR with the fix cherry-picked into the release branch
2. Ask for a review from the maintainers.
3. Once approved, merge the PR and perform the Patch Release steps above.

0 comments on commit c7ca6c4

Please sign in to comment.