We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad47d37 commit 6ce9df2Copy full SHA for 6ce9df2
1 file changed
wscli-php/bump-version.sh
@@ -19,7 +19,7 @@ echo -n $TAG > $VF
19
cat ../wscli-php-sdk/composer.json | jq '.version ="'$TAG'"' > composer.json2
20
mv composer.json2 ../wscli-php-sdk/composer.json
21
git add $VF ../wscli-php-sdk/composer.json
22
-git commit -m 'Bump VERSION' $VF
+git commit -m 'Bump VERSION' $VF ../wscli-php-sdk/composer.json
23
git push
24
git tag -a -m "Release v${TAG}" ${TAG}
25
make release
0 commit comments