Skip to content

Commit c589a89

Browse files
committed
Tweaks to release process.
1 parent 4676f4e commit c589a89

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fix_spacing: ## fix trailing newlines and spaces
137137
.PHONY: fix_spacing
138138

139139
changes_github: ## copy this release's changes in gfm
140-
$(pandoc) --lua-filter tools/extract-changes.lua changelog.md -t gfm --wrap=none --template tools/changes_template.html | sed -e 's/\\#/#/g' | pbcopy
140+
@$(pandoc) --lua-filter tools/extract-changes.lua changelog.md -t gfm --wrap=none --template tools/changes_template.html | sed -e 's/\\#/#/g'
141141
.PHONY: changes_github
142142

143143
man: pandoc-cli/man/pandoc.1 pandoc-cli/man/pandoc-server.1 pandoc-cli/man/pandoc-lua.1 ## build man pages

RELEASE-CHECKLIST-TEMPLATE.org

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ git push --tags
8585
popd
8686
#+end_src
8787
*** TODO Copy deb to server, install it
88-
*** TODO Add release on github (use 'make changes_github' and upload files)
8988
*** TODO create release announcement and add to GH release announcement
89+
#+NAME: relann
9090
#+begin_src elisp :results value file :file relann-RELEASE_VERSION
9191
"I'm pleased to announce the release of pandoc RELEASE_VERSION,
9292
available in the usual places:
@@ -104,5 +104,12 @@ Any API changes.
104104
Thanks to all who contributed, especially new contributors ...
105105
"
106106
#+end_src
107-
*** TODO Announce on pandoc-announce, pandoc-discuss
108-
107+
*** TODO Add [[https://github.com/jgm/pandoc/releases/][release on GitHub]]
108+
#+begin_src sh :var announcement=relann :results output literal
109+
echo '```'
110+
cat $announcement
111+
echo '```'
112+
echo ''
113+
make changes_github
114+
#+end_src
115+
*** TODO Announce on [[mailto:[email protected]][pandoc-announce]]

0 commit comments

Comments
 (0)