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