Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve release doc #4881

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replace tag commands for -release with make targets
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Feb 17, 2022
commit 2051ce04002ccc015ccdc1a3fee4e9eb5fc01a4e
5 changes: 1 addition & 4 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ The last step of the release process creates artifacts for the new version of th

1. Create a pull request with the change and ensure the build completes successfully. See [example](https://github.com/open-telemetry/opentelemetry-collector-releases/pull/71).

1. Create a tag for this release and push it to `open-telemetry/opentelemetry-collector-releases`:
* `git tag -m "Release v0.45.0" v0.45.0`

* `git push [email protected]:open-telemetry/opentelemetry-collector-releases.git v0.45.0`
1. Tag with the new release version by running the `make add-tag TAG=v0.45.0` command. Push them to `open-telemetry/opentelemetry-collector-releases` with `make push-tag TAG=v0.45.0`. Wait for the new tag build to pass successfully.

1. Ensure the "Release" action passes, this will

Expand Down