Skip to content

Commit

Permalink
Add a version update instruction for macos e2e in release candidate C…
Browse files Browse the repository at this point in the history
…I steps
  • Loading branch information
paolino committed Nov 18, 2024
1 parent 7f0df76 commit 7f7d6ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/buildkite/release/release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ git commit -am "Update cardano-wallet version in README.md"

sed -i "s|$OLD_GIT_TAG|$NEW_GIT_TAG|g" scripts/buildkite/main/linux-e2e.sh
git commit -am "Update cardano-wallet version in linux-e2e.sh"
sed -i "s|$OLD_GIT_TAG|$NEW_GIT_TAG|g" scripts/buildkite/main/macos-silicon-e2e.sh
git commit -am "Update cardano-wallet version in macos-silicon-e2e.sh"

RELEASE_COMMIT=$(git rev-parse HEAD)

Expand Down

0 comments on commit 7f7d6ae

Please sign in to comment.