1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-13 12:56:38 -05: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 git push --follow-tags
popd 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." echo "Launching build machine."
DIR="$(dirname "$0")" DIR="$(dirname "$0")"
RAND="$(openssl rand -hex 5)" RAND="$(openssl rand -hex 5)"