Skip to content

Commit

Permalink
[chore] add v prefix to chlog-update calls in release pr automation (o…
Browse files Browse the repository at this point in the history
…pen-telemetry#18445)

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Feb 8, 2023
1 parent bec4838 commit 5a43216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/release-prepare-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

make chlog-update VERSION="${CANDIDATE_BETA}"
make chlog-update VERSION="v${CANDIDATE_BETA}"
git config user.name opentelemetrybot
git config user.email [email protected]

Expand Down Expand Up @@ -28,7 +28,7 @@ git push origin "${BRANCH}"

gh pr create --title "[chore] Prepare release ${CANDIDATE_BETA}" --body "
The following commands were run to prepare this release:
- make chlog-update VERSION=${CANDIDATE_BETA}
- make chlog-update VERSION=v${CANDIDATE_BETA}
- sed -i.bak s/${CURRENT_BETA}/${CANDIDATE_BETA}/g versions.yaml
- make multimod-prerelease
- make multimod-sync
Expand Down

0 comments on commit 5a43216

Please sign in to comment.