aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-CHECKLIST
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r--RELEASE-CHECKLIST14
1 files changed, 5 insertions, 9 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST
index f3e42a55e..dd8789b99 100644
--- a/RELEASE-CHECKLIST
+++ b/RELEASE-CHECKLIST
@@ -7,11 +7,10 @@ _ 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
+_ make pandoc-templates
cd ../pandoc-templates
- git pull
git tag REL
+ git push
git push --tags
_ Generate Windows package (make winpkg)
@@ -27,12 +26,9 @@ _ 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')
+_ make update-website
-_ Announce on pandoc-announce, pandoc-discuss
-
-_ on server, stack install --flag 'pandoc:trypandoc'
- and then 'cd trypandoc; sudo make install'
+_ make trypandoc
-_ recompile gitit
+_ Announce on pandoc-announce, pandoc-discuss