sign tags in release.sh

pull/632/head
nick black 4 years ago
parent e132c6bb24
commit 3e4e16f516
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save