From ee3ac06c6854cfb93cf4128e46f09ef2209c389f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Apr 2015 14:08:58 -0700 Subject: [PATCH] devguide: checklist --- doc/developer-guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/developer-guide.md b/doc/developer-guide.md index 79b30cf9a..1d1dff6a9 100644 --- a/doc/developer-guide.md +++ b/doc/developer-guide.md @@ -475,7 +475,7 @@ If you're new to this process, [help.github.com](http://help.github.com) may be 5. version - edit .version - make setversion - - double-check (cabal files, manual, download page..) + - double-check, commit (cabal files, manual, download page..) 6. package - check Makefile's PACKAGES includes all - make cabalsdist @@ -489,7 +489,7 @@ If you're new to this process, [help.github.com](http://help.github.com) may be 9. push - git push --tags 10. upload - - make cabalupload + - make hackageupload 11. announce - email hledger haskell-cafe haskell [ledger] - tweet @@ -497,6 +497,8 @@ If you're new to this process, [help.github.com](http://help.github.com) may be - [reddit] - add announcement link, update short description in release notes 12. deploy at demo.hledger.org +13. issues + - review/close open issues in tracker ### Do a minor release