We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9479a8b commit 19936e7Copy full SHA for 19936e7
1 file changed
wscli-php/bump-version.sh
@@ -22,7 +22,7 @@ cat $CF | jq '.version ="'$TAG'"' > ${CF}"2"
22
mv ${CF}"2" ${CF}
23
cd ../wscli-php-sdk/; composer update; cd -
24
git add $VF $CF $LF composer.lock
25
-git commit -m 'Bump VERSION' $VF $CF $LF
+git commit -m 'Bump VERSION' $VF $CF $LF || true
26
git push
27
git tag -a -m "Release v${TAG}" ${TAG}
28
make release
0 commit comments