Преглед изворни кода

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

Hao Nguyen пре 6 година
родитељ
комит
a56b529832
1 измењених фајлова са 1 додато и 1 уклоњено
  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