From c5157dbe54d7580df44dea126d03ac4ab5c94b7e Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 28 Nov 2019 22:22:44 -0500 Subject: [PATCH] a few more changes to release guide --- debian/changelog | 4 ++-- doc/release-checklist.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 253256d7c..23906ffcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -notcurses (0.1.0-1) UNRELEASED; urgency=medium +notcurses (0.1.0-1) unstable; urgency=medium * Build notcurses-bin package, silencing lintian error about installing notcurses-demo to architecture-specific dir. * Add deps on libavcodec-dev and libavutil-dev - -- Nick Black Tue, 26 Nov 2019 23:05:37 -0500 + -- Nick Black Thu, 28 Nov 2019 22:20:32 -0500 notcurses (0.0.9-1) unstable; urgency=medium diff --git a/doc/release-checklist.md b/doc/release-checklist.md index acc41039c..57cb71946 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -1,4 +1,4 @@ -* Update version in CMakeLists.txt +* Verify version in CMakeLists.txt * Finalize Debian changelog with `dch -r` * git commit -a -m v$VERSION * Tag with `git tag -a v$VERSION -m "v$VERSION"` @@ -16,4 +16,5 @@ * `makepkg --printsrcinfo > .SRCINFO` * Test that package builds with `makepkg` * `git commit -a` - Update Debian changelog with `dch -v $NEXTVERSION-1` +* Update Debian changelog with `dch -v $NEXTVERSION-1` +* Update CMakeLists.txt with next version