1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

add tags to ext

This commit is contained in:
Darien Raymond 2018-04-10 22:23:25 +02:00
parent 318a36fe58
commit 02941b66a0
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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)"