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

[chore] Auto-populate versions during release preparation #12733

Merged

Conversation

mowies
Copy link
Member

@mowies mowies commented Mar 25, 2025

Description

This PR updated the prepare-release workflow so that the version bump just needs to be selected in a dropdown menu instead of putting in the version numbers by hand. Additionally, "no bump" can be selected to not bump specific component sets (beta or stable).

Link to tracking issue

Fixes #12565

Testing

Only bumping beta to next minor: workflow run - release tracker issue
Bumping beta and stable to next minor: workflow run - release tracker issue
Bumping beta and stable to next patch: workflow run

mowies added 8 commits March 25, 2025 13:44
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
@github-actions github-actions bot added the release:risky-change This change may affect the release label Mar 25, 2025
Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.50%. Comparing base (eb00c82) to head (1a57afd).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12733   +/-   ##
=======================================
  Coverage   91.50%   91.50%           
=======================================
  Files         480      480           
  Lines       26464    26464           
=======================================
  Hits        24217    24217           
  Misses       1778     1778           
  Partials      469      469           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mowies mowies marked this pull request as ready for review March 25, 2025 13:39
@mowies mowies requested a review from a team as a code owner March 25, 2025 13:39
@mowies mowies requested a review from jpkrohling March 25, 2025 13:39
@mx-psi mx-psi added this pull request to the merge queue Mar 26, 2025
Merged via the queue into open-telemetry:main with commit a624a45 Mar 26, 2025
53 of 56 checks passed
@mowies mowies deleted the release-version-dropdown branch March 26, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:risky-change This change may affect the release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[release] Automate input of release versions on prepare release workflow
2 participants