From d587e1d752b7884ec6685c20d5ffa0f143b13369 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Mon, 6 Feb 2023 11:10:43 -0800 Subject: [PATCH] [chore] fix chlog-update format (#7141) Fixes the issue identified in the comment: https://github.com/open-telemetry/opentelemetry-collector/pull/7139#discussion_r1097740190 Signed-off-by: Alex Boten --- .github/workflows/scripts/release-prepare-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/release-prepare-release.sh b/.github/workflows/scripts/release-prepare-release.sh index fcacd5a6d80..638a7babbfb 100755 --- a/.github/workflows/scripts/release-prepare-release.sh +++ b/.github/workflows/scripts/release-prepare-release.sh @@ -14,7 +14,7 @@ git push origin "${BRANCH}" gh pr create --title "[chore] Prepare release ${CANDIDATE_BETA}/${CANDIDATE_STABLE}" --body " The following commands were run to prepare this release: -- make chlog-update VERSION=${CANDIDATE_BETA}/${CANDIDATE_STABLE} +- make chlog-update VERSION=v${CANDIDATE_BETA}/v${CANDIDATE_STABLE} - make prepare-release GH=none PREVIOUS_VERSION=${CURRENT_STABLE} RELEASE_CANDIDATE=${CANDIDATE_STABLE} MODSET=stable - make prepare-release GH=none PREVIOUS_VERSION=${CURRENT_BETA} RELEASE_CANDIDATE=${CANDIDATE_BETA} MODSET=beta "