Skip to content

Commit

Permalink
[chore] Fix typo in release doc (open-telemetry#11618)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored Nov 7, 2024
1 parent 52848cc commit b659e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The last step of the release process creates artifacts for the new version of th
2. Create a tag for the new release version by running:
- `make push-tags TAG=v0.85.0`

If you set your remote using `https` you need to include `REMOTE=https://github.com/open-telemetry/opentelemetry-collector-contrib.git` in each command.
If you set your remote using `https` you need to include `REMOTE=https://github.com/open-telemetry/opentelemetry-collector-releases.git` in each command.

3. Wait for the new tag build to pass successfully.

Expand Down

0 comments on commit b659e75

Please sign in to comment.