aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
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}'