From 2d04a70906e3f881dbcc798ef9b209e42a648cc1 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 7 Mar 2022 20:14:19 -0800 Subject: [PATCH] Update release instructions (#5519) --- RELEASING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 75cab1ec89..fbcedcb44a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -33,8 +33,6 @@ and pushes a git tag with the version number. Once the GitHub workflow completes, go to Github [release page](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases), find the draft release created by the release workflow, and -* Copy the change log into it -* Use the script at `.github/scripts/generate-release-contributors.sh` to generate the list of release contributors * Select the checkbox for "Create a discussion for this release" * Press the "Publish release" button @@ -71,6 +69,12 @@ e.g. `v1.9.x`, and click the "Run workflow" button below that. This triggers the release process, which builds the artifacts, publishes the artifacts, and creates and pushes a git tag with the version number. +Once the GitHub workflow completes, go to Github +[release page](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases), +find the draft release created by the release workflow, and +* Select the checkbox for "Create a discussion for this release" +* Press the "Publish release" button + After making the release: * Merge a PR to `main` with the following change