Darien Raymond 7 роки тому
батько
коміт
02941b66a0
1 змінених файлів з 7 додано та 0 видалено
  1. 7 0
      release/make-release.sh

+ 7 - 0
release/make-release.sh

@@ -33,6 +33,13 @@ echo "Pushing changes"
 git push --follow-tags
 popd
 
+pushd $GOPATH/src/v2ray.com/ext
+echo "Adding a new tag: " "v$VER" "to ext"
+git tag -s -a "v$VER" -m "Version ${VER}"
+echo "Pushing changes to ext"
+git push --follow-tags
+popd
+
 echo "Launching build machine."
 DIR="$(dirname "$0")"
 RAND="$(openssl rand -hex 5)"