We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19edd24 commit c2842d8Copy full SHA for c2842d8
1 file changed
wscli-php/bump-version.sh
@@ -21,7 +21,7 @@ echo -n $TAG > $VF
21
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
+git add $VF $CF $LF composer.lock
25
git commit -m 'Bump VERSION' $VF $CF $LF
26
git push
27
git tag -a -m "Release v${TAG}" ${TAG}
0 commit comments