aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-CHECKLIST-TEMPLATE.org
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-10-05 22:47:41 +0200
committerJohn MacFarlane <[email protected]>2025-10-05 22:47:41 +0200
commit6a89576b00256adb79ae3b1855d1c9ba55c268b5 (patch)
tree637662503a1ad198706e4be278163c204d1f27e7 /RELEASE-CHECKLIST-TEMPLATE.org
parentfe57c69f2935f3c562e4fd5f7dc7dea1bf8a9843 (diff)
Small improvements to release checklist template.
Diffstat (limited to 'RELEASE-CHECKLIST-TEMPLATE.org')
-rw-r--r--RELEASE-CHECKLIST-TEMPLATE.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE-CHECKLIST-TEMPLATE.org b/RELEASE-CHECKLIST-TEMPLATE.org
index 241228c58..00125946c 100644
--- a/RELEASE-CHECKLIST-TEMPLATE.org
+++ b/RELEASE-CHECKLIST-TEMPLATE.org
@@ -89,9 +89,9 @@ popd
*** TODO Copy binary to server, install it
#+begin_src
# example:
-cd 3.7
-tar xvzf pandoc-3.7-linux-amd64.tar.gz
-scp pandoc-3.7/bin/pandoc website:cgi-bin/pandoc-server.cgi
+cd RELEASE_VERSION
+tar xvzf pandoc-RELEASE_VERSION-linux-amd64.tar.gz
+scp pandoc-RELEASE_VERSION/bin/pandoc website:cgi-bin/pandoc-server.cgi
#+end_src
*** TODO create release announcement and add to GH release announcement
@@ -116,7 +116,7 @@ Thanks to all who contributed, especially new contributors ...
*** TODO Add [[https://github.com/jgm/pandoc/releases/][release on GitHub]]
#+begin_src sh :var announcement=relann :results output literal
echo '```'
-cat $announcement
+cat relann-RELEASE_VERSION
echo '```'
echo ''
make changes_github