diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-09-30 12:24:50 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-09-30 16:46:39 -0700 |
| commit | 2bca1315cee6e2ac0bfffb6c9993b4f95c3bee4e (patch) | |
| tree | af75fd40a5825651b47193dd8ad9b09c544d25ec /RELEASE-CHECKLIST | |
| parent | 1148ead64cc90890953b7630229f0f5993dca0fc (diff) | |
Update RELEASE-CHECKLIST.
Diffstat (limited to 'RELEASE-CHECKLIST')
| -rw-r--r-- | RELEASE-CHECKLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index ba07d6909..332393e3f 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -8,14 +8,14 @@ [ ] run tools/build-arm.sh to create and download arm64 linux package [ ] Use 'make' in macos and windows artifacts to sign code [ ] make update-website -[ ] Tag release in git +[ ] Tag release in git (use X.Y for pandoc, but also: pandoc-cli-X.Y, pandoc-server-X.Y, pandoc-lua-engine-X.Y if these change) +[ ] Upload packages to hackage if changed: pandoc, pandoc-cli, pandoc-server, pandoc-lua-engine [ ] 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 . [ ] copy deb to server, install it [ ] if needed, sh tools/build-and-upload-api-docs.sh [ ] Announce on pandoc-announce, pandoc-discuss |
