Commit 7c8156f4f049d8c3546672418a97fb115d54a497
Committed by
GitHub
Merge pull request #1652 from qpdf/sign-reminder
Reminder in release instructions to mention signer
Showing
1 changed file
with
3 additions
and
1 deletions
README-maintainer.md
| @@ -706,6 +706,8 @@ since there is no relative link target from the news area. | @@ -706,6 +706,8 @@ since there is no relative link target from the news area. | ||
| 706 | This is qpdf version x.y.z. (Brief description, summary of highlights) | 706 | This is qpdf version x.y.z. (Brief description, summary of highlights) |
| 707 | 707 | ||
| 708 | For a full list of changes from previous releases, please see the [release notes](https://qpdf.readthedocs.io/en/stable/release-notes.html). See also [README-what-to-download](./README-what-to-download.md) for details about the available source and binary distributions. | 708 | For a full list of changes from previous releases, please see the [release notes](https://qpdf.readthedocs.io/en/stable/release-notes.html). See also [README-what-to-download](./README-what-to-download.md) for details about the available source and binary distributions. |
| 709 | + | ||
| 710 | +This release was signed by enter-email@address.here. | ||
| 709 | ``` | 711 | ``` |
| 710 | 712 | ||
| 711 | * Publish release. This can be done most easily directly from the | 713 | * Publish release. This can be done most easily directly from the |
| @@ -731,7 +733,7 @@ rsync -vrlcO ./ sourceforge_login,qpdf@frs.sourceforge.net:/home/frs/project/q/q | @@ -731,7 +733,7 @@ rsync -vrlcO ./ sourceforge_login,qpdf@frs.sourceforge.net:/home/frs/project/q/q | ||
| 731 | 733 | ||
| 732 | * Upload the debian package and Ubuntu ppa backports. | 734 | * Upload the debian package and Ubuntu ppa backports. |
| 733 | 735 | ||
| 734 | -* Email the qpdf-announce list. | 736 | +* Email the qpdf-announce list. Mention the email address of the release signer. |
| 735 | 737 | ||
| 736 | ## RUNNING pikepdf's TEST SUITE | 738 | ## RUNNING pikepdf's TEST SUITE |
| 737 | 739 |