mirror of https://github.com/v2ray/v2ray-core
update make-release.sh
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