Skip to content

Commit

Permalink
Add linux-e2e.sh in the files to be updated in case of release
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Aug 26, 2024
1 parent 4a3bc51 commit 80c6149
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 @@ -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"
Expand Down

0 comments on commit 80c6149

Please sign in to comment.