1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 17:46:58 -05:00

update make-release.sh

This commit is contained in:
v2ray 2016-08-07 17:13:18 +02:00
parent c82b56b760
commit 60a4e3cc61
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -20,7 +20,7 @@ echo "Adding a new tag: " "v$VER"
git tag -s -a "v$VER" -m "$MSG"
sed -i '' "s/\(version *= *\"\).*\(\"\)/\1$VERN\2/g" core.go
echo "Commiting core.go (may not necessary)"
git commit -S -m "Update version"
git commit core.go -S -m "Update version"
echo "Pushing changes"
git push --follow-tags
popd