From 4574f825f7c22563e93756e4eb8ae79b75c20e5e Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Fri, 23 Feb 2024 10:38:19 -0800 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 61004fb568..1547cec224 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -10,7 +10,7 @@ * Review the two pull requests that it creates. (one is targeted to the release branch and one is targeted to `main`). * Merge the one targeted towards the release branch. - * The builds will fail for the `main` 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` builds to pass. + * The builds will fail for the `main` 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` builds to pass. ## Preparing a new patch release