mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-26 03:57:42 -05:00
add tags to ext
This commit is contained in:
parent
318a36fe58
commit
02941b66a0
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user