From f9fc57d24c539bed8e0ac0011dba6adec589a665 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 16 Nov 2021 17:02:35 -0500 Subject: Cosmetic fixes to maintainer notes --- README-maintainer | 6 ++---- 1 file 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}' -- cgit v1.2.3-54-g00ecf