소스 검색

update make-release.sh

v2ray 9 년 전
부모
커밋
60a4e3cc61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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