Skip to content

Commit

Permalink
doc: Release: Add backport policy
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Jan 21, 2025
1 parent f14e9d0 commit 8a3e884
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,19 @@ 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

Mainly critical issue fixes are 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.
For information on contacting maintainers and attending meetings, check the community repository.

### Process

1. Create a PR with the fix cherry-picked against to 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 8a3e884

Please sign in to comment.