2018-01-07 21:31:32 -08:00
|
|
|
[ ] make README.md and commit if needed
|
|
|
|
[ ] make man/pandoc.1 and commit if needed
|
2017-12-29 16:47:44 -08:00
|
|
|
[ ] Finalize changelog
|
|
|
|
git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' \
|
|
|
|
--reverse --name-only LASTRELEASE..HEAD > LOG
|
2018-01-07 21:29:03 -08:00
|
|
|
[ ] make packages
|
|
|
|
[ ] make update-website
|
|
|
|
[ ] make trypandoc
|
2017-12-29 16:47:44 -08:00
|
|
|
[ ] 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
|
2011-07-28 19:15:58 -07:00
|
|
|
|