Update php/release.sh to be executable and create a new branch for the new version

pull/6106/head
Hao Nguyen 6 years ago
parent 6b4b9869ec
commit a56b529832
  1. 2
      php/release.sh

@ -20,7 +20,7 @@ popd
# Checkout the target version
pushd protobuf/php
git checkout $VERSION
git checkout -b $VERSION
popd
# Copy files

Loading…
Cancel
Save