Skip to content

Commit ec00e2b

Browse files
lzchenxrmx
andauthored
Update RELEASING.md
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent b0e7fb2 commit ec00e2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
(otherwise the workflow will pick up the version from `main` and just remove the `.dev` suffix).
1010
* Review the two pull requests that it creates.
1111
(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-contrib/blob/main/RELEASING.md) for the contrib 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 both the `main` and release pr because of validation rules. Follow the [release workflow](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/RELEASING.md) for the contrib repo up until this same point.
13+
* Change the CONTRIB_REPO_SHA of core PRs to point to their counterpart in contrib.
14+
* Change the CORE_REPO_SHA of contrib PRs to point to their counterpart in core.
15+
* Release builds now should pass.
1316
* Merge the release PR.
1417
* Merge the PR to main (this can be done separately from [making the release](#making-the-release))
1518

0 commit comments

Comments
 (0)