소스 검색

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
 pushd protobuf/php
-git checkout $VERSION
+git checkout -b $VERSION
 popd
 
 # Copy files