Commit f9fc57d24c539bed8e0ac0011dba6adec589a665

Authored by Jay Berkenbilt
1 parent b97a43e0

Cosmetic fixes to maintainer notes

Showing 1 changed file with 2 additions and 4 deletions
README-maintainer
@@ -288,9 +288,9 @@ chmod 555 *.AppImage @@ -288,9 +288,9 @@ chmod 555 *.AppImage
288 arguments. Create and push a signed tag. This should be run with 288 arguments. Create and push a signed tag. This should be run with
289 HEAD pointing to the tip of main. 289 HEAD pointing to the tip of main.
290 290
291 -git rev-parse upstream/main @ 291 +git rev-parse qpdf/main @
292 git tag -s release-qpdf-$version @ -m"qpdf $version" 292 git tag -s release-qpdf-$version @ -m"qpdf $version"
293 -git push upstream release-qpdf-$version 293 +git push qpdf release-qpdf-$version
294 294
295 * Create a github release after pushing the tag. `gcurl` is an alias 295 * Create a github release after pushing the tag. `gcurl` is an alias
296 that includes the auth token. 296 that includes the auth token.
@@ -322,8 +322,6 @@ This is qpdf version x.y.z. (Brief description) @@ -322,8 +322,6 @@ This is qpdf version x.y.z. (Brief description)
322 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. 322 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.
323 ``` 323 ```
324 324
325 -  
326 -  
327 # Publish release 325 # Publish release
328 gcurl -XPOST $url -d'{"draft": false}' 326 gcurl -XPOST $url -d'{"draft": false}'
329 327