aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-16 23:02:35 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-19 21:20:12 +0100
commitf9fc57d24c539bed8e0ac0011dba6adec589a665 (patch)
tree6a6029302da8f3428639d9ec426970f5e6fbdcba /README-maintainer
parentb97a43e0912f44c59a83e02b9c0ca60352e2466e (diff)
downloadqpdf-f9fc57d24c539bed8e0ac0011dba6adec589a665.tar.zst
Cosmetic fixes to maintainer notes
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer6
1 files changed, 2 insertions, 4 deletions
diff --git a/README-maintainer b/README-maintainer
index 778c7b85..bd2db35e 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -288,9 +288,9 @@ chmod 555 *.AppImage
arguments. Create and push a signed tag. This should be run with
HEAD pointing to the tip of main.
-git rev-parse upstream/main @
+git rev-parse qpdf/main @
git tag -s release-qpdf-$version @ -m"qpdf $version"
-git push upstream release-qpdf-$version
+git push qpdf release-qpdf-$version
* Create a github release after pushing the tag. `gcurl` is an alias
that includes the auth token.
@@ -322,8 +322,6 @@ 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}'