Update RELEASE-CHECKLIST
This commit is contained in:
parent
81b0b20827
commit
f654c2022f
1 changed files with 17 additions and 33 deletions
|
@ -1,34 +1,18 @@
|
||||||
_ Test, on Linux, Windows, macOS (inc. website demos)
|
[ ] make packages
|
||||||
|
[ ] make update-website
|
||||||
_ Finalize changelog
|
[ ] make trypandoc
|
||||||
git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' --reverse --name-only 1.17.0.3..HEAD > LOG
|
[ ] Finalize changelog
|
||||||
|
git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' \
|
||||||
_ make man/pandoc.1 and commit if needed
|
--reverse --name-only LASTRELEASE..HEAD > LOG
|
||||||
|
[ ] make man/pandoc.1 and commit if needed
|
||||||
_ Tag release in git
|
[ ] make README.md and commit if needed
|
||||||
|
[ ] Tag release in git
|
||||||
_ make pandoc-templates
|
[ ] make pandoc-templates
|
||||||
cd ../pandoc-templates
|
cd ../pandoc-templates
|
||||||
git tag REL
|
git tag REL
|
||||||
git push
|
git push
|
||||||
git push --tags
|
git push --tags
|
||||||
|
[ ] Add release on github (use 'make changes_github' and upload files)
|
||||||
_ Generate Windows package (make winpkg)
|
[ ] stack upload .
|
||||||
|
[ ] Announce on pandoc-announce, pandoc-discuss
|
||||||
_ Generate macOS package (make macospkg)
|
|
||||||
|
|
||||||
_ Generate Ubuntu/Debian deb package (make debpkg)
|
|
||||||
|
|
||||||
- Add release on github (use 'make changes_github' and upload files)
|
|
||||||
|
|
||||||
_ Upload to HackageDB: stack upload .
|
|
||||||
|
|
||||||
_ if docs don't build on Hackage:
|
|
||||||
'cabal install neil && neil docs --username=MYUSERNAME'
|
|
||||||
|
|
||||||
_ make update-website
|
|
||||||
|
|
||||||
_ make trypandoc
|
|
||||||
|
|
||||||
_ Announce on pandoc-announce, pandoc-discuss
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue