Ver Fonte

add tags to ext

Darien Raymond há 7 anos atrás
pai
commit
02941b66a0
1 ficheiros alterados com 7 adições e 0 exclusões
  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)"