mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
sign tags in release.sh
This commit is contained in:
parent
e132c6bb24
commit
3e4e16f516
@ -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…
Reference in New Issue
Block a user