Skip to content

Commit a56b529

Browse files
author
Hao Nguyen
committed
Update php/release.sh to be executable and create a new branch for the new version
1 parent 6b4b986 commit a56b529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/release.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ popd
2020

2121
# Checkout the target version
2222
pushd protobuf/php
23-
git checkout $VERSION
23+
git checkout -b $VERSION
2424
popd
2525

2626
# Copy files

0 commit comments

Comments
 (0)