File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ fix_spacing: ## fix trailing newlines and spaces
137137.PHONY : fix_spacing
138138
139139changes_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
143143man : pandoc-cli/man/pandoc.1 pandoc-cli/man/pandoc-server.1 pandoc-cli/man/pandoc-lua.1 # # build man pages
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ git push --tags
8585popd
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,
9292available in the usual places:
@@ -104,5 +104,12 @@ Any API changes.
104104Thanks 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]]
You can’t perform that action at this time.
0 commit comments