From 78ff79fb34fc070d94f96bb852c4c05d59a04418 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 11 Feb 2020 20:12:15 -0500 Subject: [PATCH] sign our tags --- doc/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 53dbb8e63..e1b6ee80b 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -5,7 +5,7 @@ * git clean -d -f -x * `tar -cJf ../notcurses_$VERSION.orig.tar.xz --exclude=.git --exclude=debian -C.. notcurses-$VERSION` * 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` * Draft new release at https://github.com/dankamongmen/notcurses/releases * Title is "v$VERSION—some quip"