Skip to content

Commit 6ce9df2

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

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
@@ -19,7 +19,7 @@ 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
2121
git add $VF ../wscli-php-sdk/composer.json
22-
git commit -m 'Bump VERSION' $VF
22+
git commit -m 'Bump VERSION' $VF ../wscli-php-sdk/composer.json
2323
git push
2424
git tag -a -m "Release v${TAG}" ${TAG}
2525
make release

0 commit comments

Comments
 (0)