Skip to content

Commit

Permalink
[chore] fix chlog-update format (open-telemetry#7141)
Browse files Browse the repository at this point in the history
Fixes the issue identified in the comment: open-telemetry/opentelemetry-collector#7139 (comment)

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Feb 6, 2023
1 parent ede9e0a commit d587e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/release-prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
"

0 comments on commit d587e1d

Please sign in to comment.