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
Copy file name to clipboardExpand all lines: RELEASING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@
9
9
(otherwise the workflow will pick up the version from `main` and just remove the `.dev` suffix).
10
10
* Review the two pull requests that it creates.
11
11
(one is targeted to the release branch and one is targeted to `main`).
12
-
* The builds will fail for both the `main` and release pr because of validation rules. Follow the [release workflow](https://github.com/open-telemetry/opentelemetry-python/blob/main/RELEASING.md) for the core repo up until this same point. Change the SHAs of each PR to point at each other to get the `main` and release builds to pass.
12
+
* The builds will fail for the release PR because of validation rules. Follow the [release workflow](https://github.com/open-telemetry/opentelemetry-python/blob/main/RELEASING.md) for the core repo up until this same point.
13
+
* Close and reopen the PR so that the workflow will take into account the label automation we have in place
13
14
* Merge the release PR.
14
15
* Merge the PR to main (this can be done separately from [making the release](#making-the-release))
0 commit comments