pandoc/RELEASE-CHECKLIST
ickc 5c1d844e40 Name change OSX -> macOS (#3869)
* Name change OSX -> macOS

fix commit c96b64e

This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS.

The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd.

* fix casing of Linux, UNIX, and Windows
2017-08-23 13:48:10 -07:00

34 lines
924 B
Text

_ 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
_ make man/pandoc.1 and commit if needed
_ Tag release in git
_ Push templates:
git subtree push --prefix=data/templates git@github.com:jgm/pandoc-templates.git master
_ Generate Windows package (make winpkg)
_ Generate macOS package (make macospkg)
_ Generate Ubuntu/Debian deb package (make debpkg)
- Add release on github (use 'make changes_github' and upload files)
_ Upload to HackageDB: stack upload .
_ 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
_ on server, stack install --flag 'pandoc:trypandoc'
and then 'cd trypandoc; sudo make install'
_ recompile gitit