-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace tag commands for -release with make targets
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
- Loading branch information
1 parent
22597b4
commit 2051ce0
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|