Skip to content

Commit c2842d8

Browse files
committed
update proper composer.json
1 parent 19edd24 commit c2842d8

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
@@ -21,7 +21,7 @@ echo -n $TAG > $VF
2121
cat $CF | jq '.version ="'$TAG'"' > ${CF}"2"
2222
mv ${CF}"2" ${CF}
2323
cd ../wscli-php-sdk/; composer update; cd -
24-
git add $VF $CF $LF
24+
git add $VF $CF $LF composer.lock
2525
git commit -m 'Bump VERSION' $VF $CF $LF
2626
git push
2727
git tag -a -m "Release v${TAG}" ${TAG}

0 commit comments

Comments
 (0)