aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-02 21:39:29 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-02 21:39:29 +0100
commitc491d9f6af8dd2ecfbc5bd70b2054e03ac2521ac (patch)
tree14a9b4735fcc1b25330d460f1bf1d140c9866dcd /README-maintainer
parent7ed991343b0d6d4f4ec84cf41dde60debffc4074 (diff)
downloadqpdf-c491d9f6af8dd2ecfbc5bd70b2054e03ac2521ac.tar.zst
Draw attention to linux binary not being end-user facing (fixes #534)
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer10
1 files changed, 10 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index 40a3f949..0d4f8599 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -314,6 +314,16 @@ done
If needed, go onto github and make any manual updates such as
indicating a pre-release, adding release notes, etc.
+Template for release notes:
+
+```
+This is qpdf version x.y.z. (Brief description)
+
+For a full list of changes from previous releases, please see the [release notes](http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes). See also [README-what-to-download](./README-what-to-download.md) for details on the available source and binary distributions.
+```
+
+
+
# Publish release
gcurl -XPOST $url -d'{"draft": false}'