Explorar o código

update make-release.sh

v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
60a4e3cc61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/release/make-release.sh

+ 1 - 1
tools/release/make-release.sh

@@ -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