pandoc/RELEASE-CHECKLIST

36 lines
852 B
Text
Raw Normal View History

_ Test, on linux, windows, mac (inc. website demos)
_ Finalize changelog
git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' --reverse --name-only 1.17.0.3..HEAD > LOG
2015-07-15 18:18:39 +02:00
_ make man/pandoc.1 and commit if needed
_ Tag release in git
_ Tag templates
2014-08-14 04:52:43 +02:00
_ 'make dist' to generate tarball
2016-12-08 12:08:41 +01:00
_ Generate Windows package (make winpkg)
2013-02-09 20:51:51 +01:00
2016-12-08 12:08:41 +01:00
_ Generate Mac OSX package (make osxpkg)
2016-12-08 12:08:41 +01:00
_ Generate Ubuntu/Debian deb package (make debpkg)
2014-12-18 01:33:50 +01:00
- Add release on github (use 'make changes_github' and upload files)
_ Upload to HackageDB
_ if docs don't build on Hackage:
'cabal install neil && neil docs --username=MYUSERNAME'
_ Update website, including short description of changes ('make changes')
_ Announce on pandoc-announce, pandoc-discuss
2014-08-18 01:29:22 +02:00
_ on server, 'cabal install --enable-tests -ftrypandoc'
and then 'cd trypandoc; sudo make install'
_ recompile gitit