mirror of https://github.com/v2ray/v2ray-core
add tags to ext
parent
318a36fe58
commit
02941b66a0
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue