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:
parent
c82b56b760
commit
60a4e3cc61
@ -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
|
Loading…
Reference in New Issue
Block a user