sign our tags

This commit is contained in:
nick black 2020-02-11 20:12:15 -05:00
parent 7043cfcc65
commit 78ff79fb34

View File

@ -5,7 +5,7 @@
* git clean -d -f -x * git clean -d -f -x
* `tar -cJf ../notcurses_$VERSION.orig.tar.xz --exclude=.git --exclude=debian -C.. notcurses-$VERSION` * `tar -cJf ../notcurses_$VERSION.orig.tar.xz --exclude=.git --exclude=debian -C.. notcurses-$VERSION`
* debuild * debuild
* Tag with `git tag -a v$VERSION -m "v$VERSION"` * Tag with `git tag -a v$VERSION -m "v$VERSION -s"`
* `git push && git push origin --tags` * `git push && git push origin --tags`
* Draft new release at https://github.com/dankamongmen/notcurses/releases * Draft new release at https://github.com/dankamongmen/notcurses/releases
* Title is "v$VERSION—some quip" * Title is "v$VERSION—some quip"