Browse Source

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

Hao Nguyen 6 years ago
parent
commit
a56b529832
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/release.sh

+ 1 - 1
php/release.sh

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