| commit | a56b5298322532c9e44d39dfbd3a382da4fa27ed | [log] [tgz] |
|---|---|---|
| author | Hao Nguyen <haon@google.com> | Mon May 06 12:58:01 2019 -0700 |
| committer | Hao Nguyen <haon@google.com> | Mon May 06 12:58:01 2019 -0700 |
| tree | 1a520a60e4139982d5891005e04ab764b6fcf148 | |
| parent | 6b4b9869eca84d00fd9a1ca93d0e29ba20e8e699 [diff] |
Update php/release.sh to be executable and create a new branch for the new version
diff --git a/php/release.sh b/php/release.sh old mode 100644 new mode 100755 index 220ca2a..6b0baac --- a/php/release.sh +++ b/php/release.sh
@@ -20,7 +20,7 @@ # Checkout the target version pushd protobuf/php -git checkout $VERSION +git checkout -b $VERSION popd # Copy files