Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new release process #89

Merged
merged 12 commits into from
May 23, 2024
Merged

Implement new release process #89

merged 12 commits into from
May 23, 2024

Conversation

frouioui
Copy link
Member

@frouioui frouioui commented May 23, 2024

This PR is a follow up of the discussion made on vitessio/vitess#15586. It implements the new release process, the following things are changed:

  • For a RC/GA release, we only freeze the branch once: during RC-1
  • We only unfreeze the branch in the release PR when doing a patch release or a GA release
  • We create two release branches (release-20.0 and release-20.0-rc) when doing RC-1
  • When doing RC-1 we now duplicate branch protection rules to both new branches
  • When doing RC-1 we now create two Backport to labels, one for each branches
  • Copy release notes on both branches: main and the real release branch
  • Do back to dev mode on both branch
  • Enhance the UI of the release issue
  • Add a general pre-requisite guides on what's needed to do a release

To test all these changes I have performed 3 RC releases followed by a GA release:

Fixes #88
Fixes #65

@frouioui frouioui marked this pull request as ready for review May 23, 2024 19:59
@frouioui frouioui merged commit 7b060c2 into main May 23, 2024
@frouioui frouioui deleted the implement-new-rfc branch May 23, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement new GA release process Add a list of prerequisites before even doing a release
1 participant