-
Notifications
You must be signed in to change notification settings - Fork 523
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(release): update descriptions and use oblt-actions@v1 #13529
Conversation
cc @inge4pres , which is on Release duty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@v1v could you check this line in the release docs and confirm/change it as needed? https://github.com/elastic/apm-server/blob/0e77c56738a559900f37b8f37e1ec02e43239d36/dev_docs/RELEASES.md?plain=1#L19C245-L20C1
Sure, I'll update it now |
(cherry picked from commit daf2ef9) # Conflicts: # .github/workflows/run-minor-release.yml # .github/workflows/run-patch-release.yml # dev_docs/RELEASES.md
(cherry picked from commit daf2ef9) # Conflicts: # .github/workflows/run-patch-release.yml # dev_docs/RELEASES.md
…port #13529) (#13532) * ci(release): update descriptions and use oblt-actions@v1 (#13529) (cherry picked from commit daf2ef9) # Conflicts: # .github/workflows/run-patch-release.yml # dev_docs/RELEASES.md * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
…port #13529) (#13531) * ci(release): update descriptions and use oblt-actions@v1 (#13529) (cherry picked from commit daf2ef9) # Conflicts: # .github/workflows/run-minor-release.yml # .github/workflows/run-patch-release.yml # dev_docs/RELEASES.md * Apply suggestions from code review --------- Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Motivation/summary
v1
version foroblt-actions
oblt-actions
rather thanapm-pipeline-library
<-- it's now deprecatedThe
release.mk
is the one in charge of doing theauto-bump
:apm-server/release.mk
Line 45 in 0e77c56
apm-server/release.mk
Line 44 in 0e77c56
Further details
.github/workflows/run-patch-release.yml
should be run using themain
branch and the version to be released..github/workflows/run-minor-release.yml
should be run using themain
branch and the current version inmain
.Checklist
For functional changes, consider:
How to test these changes
Related issues