From c84c0162e6d8af0187738e2ba8ebf115fbec1e79 Mon Sep 17 00:00:00 2001 From: Dan Jaglowski Date: Wed, 6 Nov 2024 16:50:48 -0500 Subject: [PATCH] [chore] Fix typo in release doc --- docs/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index 0956989bd8d..b71b8f2aa7a 100644 --- a/docs/release.md +++ b/docs/release.md @@ -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.