You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore] Auto-populate versions during release preparation (#12733)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### 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).
<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes#12565
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Only bumping beta to next minor: [workflow
run](https://github.com/mowies/opentelemetry-collector/actions/runs/14059792536)
- [release tracker
issue](mowies#17)
Bumping beta and stable to next minor: [workflow
run](https://github.com/mowies/opentelemetry-collector/actions/runs/14058979304/job/39364990356)
- [release tracker
issue](mowies#16)
Bumping beta and stable to next patch: [workflow
run](https://github.com/mowies/opentelemetry-collector/actions/runs/14059861157)
<!--Please delete paragraphs that you did not use before submitting.-->
---------
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Copy file name to clipboardexpand all lines: docs/release.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ Before the release, make sure there are no open release blockers in [core](https
38
38
insignificant, consider not releasing a new version for stable modules.
39
39
40
40
3. Manually run the action [Automation - Prepare Release](https://github.com/open-telemetry/opentelemetry-collector/actions/workflows/prepare-release.yml). This action will create an issue to track the progress of the release and a pull request to update the changelog and version numbers in the repo.
41
-
- When prompted, enter the version numbers determined in Step 2, but do not include a leading `v`.
42
-
- If not intending to release stable modules, do not specify a version for `Release candidate version stable`.
41
+
- When prompted, enter the version bumps that are needed.
42
+
- If not intending to release stable modules, do not specify a version for `Release candidate version bump (stable)`.
43
43
- While this PR is open all merging in Core is automatically halted via the `Merge freeze / Check` CI check.
44
44
- If the PR needs updated in any way you can make the changes in a fork and PR those changes into the `prepare-release-prs/x` branch. You do not need to wait for the CI to pass in this prep-to-prep PR.
45
45
- 🛑 **Do not move forward until this PR is merged.** 🛑
@@ -227,4 +227,4 @@ Once a module is ready to be released under the `1.x` version scheme, file a PR
0 commit comments