summaryrefslogtreecommitdiff
path: root/RELEASE-CHECKLIST
blob: 13bc3baddfdb5859157889c84928dbee4076b225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ ] make packages
[ ] make update-website
[ ] make trypandoc
[ ] Finalize changelog
    git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' \
      --reverse --name-only LASTRELEASE..HEAD > LOG
[ ] make man/pandoc.1 and commit if needed
[ ] make README.md and commit if needed
[ ] Tag release in git
[ ] make pandoc-templates
    cd ../pandoc-templates
    git tag REL
    git push
    git push --tags
[ ] Add release on github (use 'make changes_github' and upload files)
[ ] stack upload .
[ ] Announce on pandoc-announce, pandoc-discuss