diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-12-10 22:34:24 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:41 +0100 |
commit | 16b1b117dfb59b2502fffda1c3ceb80667ba8e5f (patch) | |
tree | a4eff5316643555dd32f7d5b13fd8a57c1181ecf /RELEASE-CHECKLIST | |
parent | af2742a9ccfacc033b060eea067130997539ce10 (diff) | |
download | pandoc-16b1b117dfb59b2502fffda1c3ceb80667ba8e5f.tar.gz |
Updated RELEASE-CHECKLIST and markdownified.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r-- | RELEASE-CHECKLIST | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST deleted file mode 100644 index f4155a313..000000000 --- a/RELEASE-CHECKLIST +++ /dev/null @@ -1,35 +0,0 @@ -_ 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 - -_ make man/pandoc.1 and commit if needed - -_ Tag release in git - -_ Tag templates - -_ 'make dist' to generate tarball - -_ Generate Windows package (make winpkg) - -_ Generate Mac OSX package (make osxpkg) - -_ Generate Ubuntu/Debian deb package (make debpkg) - -- 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 - -_ on server, 'cabal install --enable-tests -ftrypandoc' - and then 'cd trypandoc; sudo make install' - -_ recompile gitit - |