From 8425d90f6b7935f77c674f917ec1bf26e28eeda9 Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Wed, 18 Dec 2024 17:15:09 +0100 Subject: [PATCH] Update doc/contributing/releasing.md Co-authored-by: Marylia Gutierrez --- doc/contributing/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/releasing.md b/doc/contributing/releasing.md index ad3675c548..6b8b1ffd73 100644 --- a/doc/contributing/releasing.md +++ b/doc/contributing/releasing.md @@ -7,7 +7,7 @@ We aim to eventually automate this process as much as possible. 1. Go to the [Release PR Workflow](https://github.com/open-telemetry/opentelemetry-js/actions/workflows/create-or-update-release-pr.yml) 2. Click "Run workflow" -3. For `Branch`, select the branch you want to release from, `main` (current major) or `1.x` (if you back-ported something) +3. For `Branch`, select the branch you want to release from, `main` (current major) or `1.x` (if you backported something) 4. For `Release Type`, select if you want to create a release PR for a new `minor` or `patch` version. 5. For `Release Scope`, select if you want to release - `experimental` (all packages under `./experimental/packages`)