pandoc/RELEASE-CHECKLIST

35 lines
756 B
Text
Raw Normal View History

_ Test, on Linux, Windows, macOS (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 09:18:39 -07:00
_ make man/pandoc.1 and commit if needed
_ Tag release in git
_ make pandoc-templates
cd ../pandoc-templates
git tag REL
git push
git push --tags
2016-12-08 12:08:41 +01:00
_ Generate Windows package (make winpkg)
2013-02-09 11:51:51 -08:00
_ Generate macOS package (make macospkg)
2016-12-08 12:08:41 +01:00
_ Generate Ubuntu/Debian deb package (make debpkg)
2014-12-17 16:33:50 -08:00
- Add release on github (use 'make changes_github' and upload files)
2017-01-29 21:55:58 +01:00
_ Upload to HackageDB: stack upload .
_ if docs don't build on Hackage:
'cabal install neil && neil docs --username=MYUSERNAME'
2017-12-28 16:12:37 -08:00
_ make update-website
2017-12-27 14:09:28 -08:00
_ make trypandoc
2017-12-27 14:09:28 -08:00
_ Announce on pandoc-announce, pandoc-discuss