Skip to content

Commit

Permalink
Merge #2404
Browse files Browse the repository at this point in the history
2404: Update docker-compose from make_release.sh r=piotr-iohk a=piotr-iohk

# Issue Number

#2398


# Overview

- e02d604
  Update docker-compose from make_release.sh


# Comments




Co-authored-by: Piotr Stachyra <[email protected]>
  • Loading branch information
iohk-bors[bot] and Piotr Stachyra authored Dec 18, 2020
2 parents ce7c6aa + 058bc14 commit 68450f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ WIKI_COMMIT=$(git ls-remote https://github.com/$REPO.wiki.git HEAD | cut -f1)
echo ""
echo "Replacing $OLD_CABAL_VERSION with $CABAL_VERSION"
sed -i "s/$OLD_CABAL_VERSION/$CABAL_VERSION/" \
$(git ls-files '*.nix:!:nix/migration-tests.nix'; git ls-files '*.cabal'; git ls-files '*swagger.yaml')
$(git ls-files '*.nix:!:nix/migration-tests.nix'; git ls-files '*.cabal'; git ls-files '*swagger.yaml') docker-compose.yml
echo "Looking for remaining references to old version:"
git grep $OLD_CABAL_VERSION
echo ""

echo "Updating docker-compose.yml with $CARDANO_NODE_TAG cardano-node tag"
sed -i "s|inputoutput/cardano-node:.*|inputoutput/cardano-node:$CARDANO_NODE_TAG|" docker-compose.yml
echo ""

echo "Generating changelog..."
./scripts/make_changelog.sh $OLD_DATE > $CHANGELOG
echo ""
Expand Down

0 comments on commit 68450f1

Please sign in to comment.