From 3e4e16f51617dd99a05e57597a4dafbcf7278b20 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 17 May 2020 08:12:26 -0400 Subject: [PATCH] sign tags in release.sh --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index c1a2fd054..aea61fae0 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -21,7 +21,7 @@ grep -rF "$OLDVERSION" * git commit -a -m v$VERSION git push git pull -git tag -a v$VERSION -m "v$VERSION -s" +git tag -a v$VERSION -m v$VERSION -s git push origin --tags git pull wget https://github.com/dankamongmen/notcurses/archive/v$VERSION.tar.gz