-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fixed: https://buildkite.com/cardano-foundation/cardano-wallet/builds/7147#01918f83-093a-47d4-bac6-82727a4c9aa1/149-169 release will bump it: 9ab655d ADP-3415
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]:cardano-foundation/cardano-wallet.git" | ||
|