Skip to content

Commit ad47d37

Browse files
committed
update proper composer.json
1 parent c62ff00 commit ad47d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wscli-php/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git checkout master
1818
echo -n $TAG > $VF
1919
cat ../wscli-php-sdk/composer.json | jq '.version ="'$TAG'"' > composer.json2
2020
mv composer.json2 ../wscli-php-sdk/composer.json
21-
git add $VF composer.json
21+
git add $VF ../wscli-php-sdk/composer.json
2222
git commit -m 'Bump VERSION' $VF
2323
git push
2424
git tag -a -m "Release v${TAG}" ${TAG}

0 commit comments

Comments
 (0)