Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottmurray committed Aug 26, 2020
1 parent e0e5106 commit 8188d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TAG_NAME="v$VERSION"
LAST_TAG=`git describe --abbrev=0`


cat pact/__version__.py | sed "s/__version__ = .*/__version__ = '${VERSION}'/" > tmp-version
cat pact/__version__.py | sed "s/__version__ = .*/__version__ = '${VERSION}'/" > tmp-version
mv tmp-version pact/__version__.py

echo "Releasing $TAG_NAME"
Expand Down

0 comments on commit 8188d88

Please sign in to comment.