release.sh: Sign tag

This commit is contained in:
Calcitem 2021-07-11 19:58:44 +08:00
parent 26a22c92df
commit 57695f8869
No known key found for this signature in database
GPG Key ID: C596FAD04B1A465B
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ git status -s
git add .
git commit -m "Sanmill v$NEW_VERSION (${BUILD_NUMBER})" -m "Official release version of Sanmill v$NEW_VERSION" -s
git tag -d v$NEW_VERSION || true
git tag v$NEW_VERSION
git tag -s v$NEW_VERSION
git tag -v v$NEW_VERSION
git push origin v$NEW_VERSION -f
git push origin master