Browse Source

Merge pull request #3895 from pherl/3.5.x

Add protobuf-all in post release
Jisi Liu 8 năm trước cách đây
mục cha
commit
e99e5d093f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      post_process_dist.sh

+ 1 - 1
post_process_dist.sh

@@ -27,7 +27,7 @@ fi
 
 set -ex
 
-LANGUAGES="cpp csharp java javanano js objectivec python ruby php"
+LANGUAGES="cpp csharp java javanano js objectivec python ruby php all"
 BASENAME=`basename $1 .tar.gz`
 VERSION=${BASENAME:9}