We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e5106 commit 8188d88Copy full SHA for 8188d88
script/release_prep.sh
@@ -13,7 +13,7 @@ TAG_NAME="v$VERSION"
13
LAST_TAG=`git describe --abbrev=0`
14
15
16
-cat pact/__version__.py | sed "s/__version__ = .*/__version__ = '${VERSION}'/" > tmp-version
+cat pact/__version__.py | sed "s/__version__ = .*/__version__ = '${VERSION}'/" > tmp-version
17
mv tmp-version pact/__version__.py
18
19
echo "Releasing $TAG_NAME"
0 commit comments