Skip to content

Commit

Permalink
Add an automated commit in release candidate step to bump the wallet …
Browse files Browse the repository at this point in the history
…image tag
  • Loading branch information
paolino committed Nov 19, 2024
1 parent f24f3b5 commit bb94e84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/buildkite/release/release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ 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"

sed -t "s|RELEASE_WALLET_TAG=.*|RELEASE_WALLET_TAG=$NEW_CABAL_VERSION|g" run/common/docker/run.sh
git commit -am "Update cardano-wallet version in run/common/docker/run.sh"

RELEASE_COMMIT=$(git rev-parse HEAD)

git remote set-url origin "[email protected]:cardano-foundation/cardano-wallet.git"
Expand Down

0 comments on commit bb94e84

Please sign in to comment.