2017-08-23 22:48:10 +02:00
|
|
|
_ Test, on Linux, Windows, macOS (inc. website demos)
|
2008-01-06 20:46:18 +01:00
|
|
|
|
2009-03-01 19:18:41 +01:00
|
|
|
_ Finalize changelog
|
2016-05-23 22:23:13 +02:00
|
|
|
git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' --reverse --name-only 1.17.0.3..HEAD > LOG
|
2008-01-06 20:46:18 +01:00
|
|
|
|
2015-07-15 18:18:39 +02:00
|
|
|
_ make man/pandoc.1 and commit if needed
|
2015-07-03 07:09:04 +02:00
|
|
|
|
2010-03-20 22:47:31 +01:00
|
|
|
_ Tag release in git
|
2008-01-06 20:46:18 +01:00
|
|
|
|
2017-02-20 21:07:59 +01:00
|
|
|
_ Push templates:
|
2017-02-27 10:19:22 +01:00
|
|
|
git subtree push --prefix=data/templates git@github.com:jgm/pandoc-templates.git master
|
2017-11-06 03:41:33 +01:00
|
|
|
cd ../pandoc-templates
|
|
|
|
git pull
|
|
|
|
git tag REL
|
|
|
|
git push --tags
|
2013-02-26 15:40:20 +01:00
|
|
|
|
2016-12-08 12:08:41 +01:00
|
|
|
_ Generate Windows package (make winpkg)
|
2013-02-09 20:51:51 +01:00
|
|
|
|
2017-08-23 22:48:10 +02:00
|
|
|
_ Generate macOS package (make macospkg)
|
2011-07-29 04:15:58 +02:00
|
|
|
|
2016-12-08 12:08:41 +01:00
|
|
|
_ Generate Ubuntu/Debian deb package (make debpkg)
|
2014-12-18 01:33:50 +01:00
|
|
|
|
2015-11-15 17:19:26 +01:00
|
|
|
- Add release on github (use 'make changes_github' and upload files)
|
2013-09-21 03:47:21 +02:00
|
|
|
|
2017-01-29 21:55:58 +01:00
|
|
|
_ Upload to HackageDB: stack upload .
|
2008-01-06 20:46:18 +01:00
|
|
|
|
2016-01-11 07:08:18 +01:00
|
|
|
_ if docs don't build on Hackage:
|
|
|
|
'cabal install neil && neil docs --username=MYUSERNAME'
|
|
|
|
|
2015-11-15 17:19:26 +01:00
|
|
|
_ Update website, including short description of changes ('make changes')
|
2008-01-06 20:46:18 +01:00
|
|
|
|
|
|
|
_ Announce on pandoc-announce, pandoc-discuss
|
|
|
|
|
2017-01-29 22:01:11 +01:00
|
|
|
_ on server, stack install --flag 'pandoc:trypandoc'
|
2014-08-18 01:29:22 +02:00
|
|
|
and then 'cd trypandoc; sudo make install'
|
2011-07-29 04:15:58 +02:00
|
|
|
|
|
|
|
_ recompile gitit
|
|
|
|
|