mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -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"
|
git tag -s -a "v$VER" -m "$MSG"
|
||||||
sed -i '' "s/\(version *= *\"\).*\(\"\)/\1$VERN\2/g" core.go
|
sed -i '' "s/\(version *= *\"\).*\(\"\)/\1$VERN\2/g" core.go
|
||||||
echo "Commiting core.go (may not necessary)"
|
echo "Commiting core.go (may not necessary)"
|
||||||
git commit -S -m "Update version"
|
git commit core.go -S -m "Update version"
|
||||||
echo "Pushing changes"
|
echo "Pushing changes"
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
popd
|
popd
|
Loading…
Reference in New Issue
Block a user