Skip to content

Commit dfcc575

Browse files
authored
add some group release protips (#5132)
* add some group release protips Signed-off-by: austin <[email protected]> * PR review suggestions Signed-off-by: austin <[email protected]>
1 parent 28dcd12 commit dfcc575

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/content/en/docs/contribution-guidelines/releasing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ Prior to an Operator SDK release, add bindata (if required) for a new OLM versio
309309
3. Run `make bindata`.
310310
4. Update the list of supported OLM versions stated in the [`Overview`][overview] section of SDK documentation is updated.
311311

312+
### Patch releases in parallel:
313+
314+
- Releasing in order is nice but not worth the inconvenience. Release order affects the order on GitHub releases, and which
315+
is labeled "latest release".
316+
- Do not unlock v.* branches while other releases are in progress. Instead, have an admin do the merges.
317+
- Release announcements should be consolidated.
318+
312319
[netlify-deploy]:https://docs.netlify.com/site-deploys/overview/#deploy-summary
313320
[doc-owners]: https://github.com/operator-framework/operator-sdk/blob/master/OWNERS
314321
[release-page]:https://github.com/operator-framework/operator-sdk/releases

0 commit comments

Comments
 (0)