aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-CHECKLIST
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-29 21:55:58 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-29 21:55:58 +0100
commit9a9a0ca62b1403b9c76d1698a743a19cc0701df5 (patch)
tree7656b43c11330c4b8d18d6858085229c98e69328 /RELEASE-CHECKLIST
parent47da92df2d532572f600f523ff12bd476a25adce (diff)
downloadpandoc-9a9a0ca62b1403b9c76d1698a743a19cc0701df5.tar.gz
Small update to release checklist.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r--RELEASE-CHECKLIST4
1 files changed, 1 insertions, 3 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST
index f4155a313..7c0f7c4de 100644
--- a/RELEASE-CHECKLIST
+++ b/RELEASE-CHECKLIST
@@ -9,8 +9,6 @@ _ Tag release in git
_ Tag templates
-_ 'make dist' to generate tarball
-
_ Generate Windows package (make winpkg)
_ Generate Mac OSX package (make osxpkg)
@@ -19,7 +17,7 @@ _ Generate Ubuntu/Debian deb package (make debpkg)
- Add release on github (use 'make changes_github' and upload files)
-_ Upload to HackageDB
+_ Upload to HackageDB: stack upload .
_ if docs don't build on Hackage:
'cabal install neil && neil docs --username=MYUSERNAME'