From 80c614923f07bda1b58e787b4695affde3da0873 Mon Sep 17 00:00:00 2001 From: paolino Date: Mon, 26 Aug 2024 16:24:53 +0000 Subject: [PATCH] Add linux-e2e.sh in the files to be updated in case of release --- scripts/buildkite/release/release-candidate.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/buildkite/release/release-candidate.sh b/scripts/buildkite/release/release-candidate.sh index 312223fe007..09f0e9cc13e 100755 --- a/scripts/buildkite/release/release-candidate.sh +++ b/scripts/buildkite/release/release-candidate.sh @@ -57,6 +57,9 @@ sed -i "s|WALLET_TAG=.*|WALLET_TAG=$NEW_CABAL_VERSION|g" README.md sed -i "s|WALLET_VERSION=.*|WALLET_VERSION=$NEW_GIT_TAG|g" README.md 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" + RELEASE_COMMIT=$(git rev-parse HEAD) git remote set-url origin "git@github.com:cardano-foundation/cardano-wallet.git"