devguide: checklist

This commit is contained in:
Simon Michael 2015-04-28 14:08:58 -07:00
parent 5102eca9c3
commit ee3ac06c68

View File

@ -475,7 +475,7 @@ If you're new to this process, [help.github.com](http://help.github.com) may be
5. version 5. version
- edit .version - edit .version
- make setversion - make setversion
- double-check (cabal files, manual, download page..) - double-check, commit (cabal files, manual, download page..)
6. package 6. package
- check Makefile's PACKAGES includes all - check Makefile's PACKAGES includes all
- make cabalsdist - make cabalsdist
@ -489,7 +489,7 @@ If you're new to this process, [help.github.com](http://help.github.com) may be
9. push 9. push
- git push --tags - git push --tags
10. upload 10. upload
- make cabalupload - make hackageupload
11. announce 11. announce
- email hledger haskell-cafe haskell [ledger] - email hledger haskell-cafe haskell [ledger]
- tweet - tweet
@ -497,6 +497,8 @@ If you're new to this process, [help.github.com](http://help.github.com) may be
- [reddit] - [reddit]
- add announcement link, update short description in release notes - add announcement link, update short description in release notes
12. deploy at demo.hledger.org 12. deploy at demo.hledger.org
13. issues
- review/close open issues in tracker
### Do a minor release ### Do a minor release