Commit 5c7c58dd8fff02a2f6f7c4333fd2804c66706ba9

Authored by Jay Berkenbilt
1 parent ebdd41e6

Minor fixes to release process

Showing 1 changed file with 3 additions and 3 deletions
README-maintainer.md
@@ -506,7 +506,6 @@ When done, the following should happen: @@ -506,7 +506,6 @@ When done, the following should happen:
506 * Make sure version numbers are consistent in the following locations: 506 * Make sure version numbers are consistent in the following locations:
507 * CMakeLists.txt 507 * CMakeLists.txt
508 * include/qpdf/DLL.h 508 * include/qpdf/DLL.h
509 - * manual/conf.py  
510 509
511 `make_dist` verifies this consistency, and CI fails if they are 510 `make_dist` verifies this consistency, and CI fails if they are
512 inconsistent. 511 inconsistent.
@@ -622,7 +621,7 @@ done @@ -622,7 +621,7 @@ done
622 If needed, go onto github and make any manual updates such as 621 If needed, go onto github and make any manual updates such as
623 indicating a pre-release, adding release notes, etc. 622 indicating a pre-release, adding release notes, etc.
624 623
625 -Template for release notes: 624 +Template for release notes.
626 625
627 ``` 626 ```
628 This is qpdf version x.y.z. (Brief description) 627 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 @@ -645,7 +644,8 @@ rsync -vrlcO ./ jay_berkenbilt,qpdf@frs.sourceforge.net:/home/frs/project/q/qp/q
645 * On sourceforge, make the source package the default for all but 644 * On sourceforge, make the source package the default for all but
646 Windows, and make the 64-bit msvc build the default for Windows. 645 Windows, and make the 64-bit msvc build the default for Windows.
647 646
648 -* Publish a news item manually on sourceforge. 647 +* Publish a news item manually on sourceforge using the release notes text. Remove the relative link
  648 + to README-what-to-download.md (just reference the file by name)
649 649
650 * Upload the debian package and Ubuntu ppa backports. 650 * Upload the debian package and Ubuntu ppa backports.
651 651