Skip to content

Commit

Permalink
begin checklist and refactor doc
Browse files Browse the repository at this point in the history
Signed-off-by: cs-308-2023 <[email protected]>
  • Loading branch information
ADI-ROXX committed Feb 14, 2025
1 parent e467307 commit 81c9f6f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@
3. Create a release on Github:
* Automated:
* `make draft-release`
<!-- BEGIN_MANUAL -->
4. Go to [Publish Release](https://github.com/jaegertracing/jaeger/actions/workflows/ci-release.yml) workflow on GitHub
and run it manually using Run Workflow button on the right.
1. For monitoring and troubleshooting, open the logs of the workflow run from above URL.
2. Check the images are available on [Docker Hub](https://hub.docker.com/r/jaegertracing/)
and binaries are uploaded [to the release]()https://github.com/jaegertracing/jaeger/releases.
<!-- END_BACKEND -->
## Manual release
* Manual:
* Title "Release 1.x.x / 2.x.x"
* Tag `v1.x.x` (note the `v` prefix) and choose appropriate branch (usually `main`)
Expand All @@ -51,15 +60,6 @@
Before doing the previous step, you can click that button and then remove everything
except the New Contributors section. Change the header to `### 👏 New Contributors`,
then copy the main changelog above it. [Example](https://github.com/jaegertracing/jaeger/releases/tag/v1.55.0).
<!-- END_MANUAL -->
4. Go to [Publish Release](https://github.com/jaegertracing/jaeger/actions/workflows/ci-release.yml) workflow on GitHub
and run it manually using Run Workflow button on the right.
1. For monitoring and troubleshooting, open the logs of the workflow run from above URL.
2. Check the images are available on [Docker Hub](https://hub.docker.com/r/jaegertracing/)
and binaries are uploaded [to the release]()https://github.com/jaegertracing/jaeger/releases.
<!-- END_BACKEND -->
## Patch Release
Expand Down

0 comments on commit 81c9f6f

Please sign in to comment.