-
Notifications
You must be signed in to change notification settings - Fork 528
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
ci(major-release): support run major release [0-9]+.0.0
#15329
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request does not have a backport label. Could you fix it @v1v? 🙏
|
|
mergify
bot
added
the
backport-8.x
Automated backport to the 8.x branch with mergify
label
Jan 22, 2025
fix update docs fix fix
v1v
force-pushed
the
feature/support-major-release
branch
from
January 22, 2025 18:07
7529128
to
7f32abe
Compare
v1v
commented
Jan 22, 2025
Co-authored-by: Ivan Fernandez Calvo <[email protected]>
kuisathaverat
approved these changes
Jan 23, 2025
kruskall
approved these changes
Jan 24, 2025
mergify bot
pushed a commit
that referenced
this pull request
Jan 27, 2025
(cherry picked from commit 5bab00e)
2 tasks
mergify bot
added a commit
that referenced
this pull request
Jan 27, 2025
…15398) (cherry picked from commit 5bab00e) Co-authored-by: Victor Martinez <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation/summary
Support an automated process to create new major releases from
main
.At the moment, we use
8.x
for runningminor
releases, but we will eventually won't need to do that but runpatch
releases from8.x
and minor releases frommain
.This is just an automated process to help with the major releases, it behaves as minor releases but with the difference in the branch where things should be branched off or the support for the changelog/mergify thingy.
Checklist
For functional changes, consider:
How to test these changes
Major release
Given this PR, let's run the major-release target using my forked repository for the hypothetical release of
9.0.0
.It created two PRs:
8.x
we create three PRs (two for main and one for8.x
)and updated 9.0 -> main...v1v:apm-server:9.0
Minor release
Then I ran the same for a new minor release
8.19.0
- but i required to sync up 8.xIt created three PRs:
Related issues
Part of #13968