Minor fixes to release process

This commit is contained in:
Jay Berkenbilt 2024-01-07 08:54:14 -05:00
parent ebdd41e692
commit 5c7c58dd8f
1 changed files with 3 additions and 3 deletions

View File

@ -506,7 +506,6 @@ When done, the following should happen:
* Make sure version numbers are consistent in the following locations:
* CMakeLists.txt
* include/qpdf/DLL.h
* manual/conf.py
`make_dist` verifies this consistency, and CI fails if they are
inconsistent.
@ -622,7 +621,7 @@ done
If needed, go onto github and make any manual updates such as
indicating a pre-release, adding release notes, etc.
Template for release notes:
Template for release notes.
```
This is qpdf version x.y.z. (Brief description)
@ -645,7 +644,8 @@ rsync -vrlcO ./ jay_berkenbilt,qpdf@frs.sourceforge.net:/home/frs/project/q/qp/q
* On sourceforge, make the source package the default for all but
Windows, and make the 64-bit msvc build the default for Windows.
* Publish a news item manually on sourceforge.
* Publish a news item manually on sourceforge using the release notes text. Remove the relative link
to README-what-to-download.md (just reference the file by name)
* Upload the debian package and Ubuntu ppa backports.