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

PHPORM-205: Automate branch creation when releasing #3145

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Sep 12, 2024

PHPORM-205

This PR changes the branch requirement when creating a new release.

  • For patch releases (i.e. A.B.C, with C != 0), nothing changes and the release has to be made from the A.B maintenance branch
  • For minor releases (i.e. A.B.0), the release can either be created from the A.B maintenance branch or the A.x development branch
  • If a minor release is created from the development branch, the maintenance branch is automatically created and pushed.

@alcaeus alcaeus requested a review from a team as a code owner September 12, 2024 09:14
@alcaeus alcaeus changed the title Automate branch creation when releasing PHPORM-205: Automate branch creation when releasing Sep 12, 2024
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
@alcaeus alcaeus merged commit f7e5758 into mongodb:5.x Sep 16, 2024
27 checks passed
@alcaeus alcaeus deleted the phporm-205-automate-branch-creation branch September 16, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants