Skip to content

Commit

Permalink
Update release instructions (#5519)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Mar 8, 2022
1 parent cc4df20 commit 2d04a70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d04a70

Please sign in to comment.