diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-01-07 21:29:03 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-07 21:29:03 -0800 |
commit | 00b9ca018f47a6621c3e8a203827f48b2823ceb0 (patch) | |
tree | db8fef189677cf2ff33fc60be29dfca62cc96558 /RELEASE-CHECKLIST | |
parent | 5ca99f2cea6e3ced61066b16328d6fe4e1871780 (diff) | |
download | pandoc-00b9ca018f47a6621c3e8a203827f48b2823ceb0.tar.gz |
Update RELEASE_CHECKLIST.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r-- | RELEASE-CHECKLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index 13bc3badd..bda603ccb 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -1,9 +1,9 @@ -[ ] 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 packages +[ ] make update-website +[ ] make trypandoc [ ] make man/pandoc.1 and commit if needed [ ] make README.md and commit if needed [ ] Tag release in git |