Skip to content

Commit 19936e7

Browse files
committed
update bump-version
1 parent 9479a8b commit 19936e7

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
@@ -22,7 +22,7 @@ cat $CF | jq '.version ="'$TAG'"' > ${CF}"2"
2222
mv ${CF}"2" ${CF}
2323
cd ../wscli-php-sdk/; composer update; cd -
2424
git add $VF $CF $LF composer.lock
25-
git commit -m 'Bump VERSION' $VF $CF $LF
25+
git commit -m 'Bump VERSION' $VF $CF $LF || true
2626
git push
2727
git tag -a -m "Release v${TAG}" ${TAG}
2828
make release

0 commit comments

Comments
 (0)