From 305b5171919f3b08dc0655ad06938bae8ce110ef Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 18 Apr 2020 00:36:38 -0400 Subject: [PATCH] v1.3.1 --- doc/release-checklist.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index c29b319ba..a7ddd737b 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -1,9 +1,5 @@ * Finalize CHANGELOG.md * `for i in CMakeLists.txt doc/Doxyfile doc/FreeBSD-Makefile doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs tools/notcurses.spec ; do sed -i -e "s/$OLDVERSION/$VERSION/g" $i ; done` -* Verify that Debian package builds properly - * git clean -d -f -x - * `tar -cJf ../notcurses_$VERSION.orig.tar.xz --exclude=.git --exclude=debian -C.. notcurses-$VERSION` - * debuild * git commit -a -m v$VERSION * `git push` * Tag with `git tag -a v$VERSION -m "v$VERSION -s"`