Skip to content

Commit

Permalink
doc: add sed command to extract number of changes in a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed May 12, 2024
1 parent 845b69b commit 753dfc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ Roundup release checklist:
4. Update documentation
doc/announcement.txt
doc/upgrading.txt

Use::

sed -ne '/^20[0-9][0-9]-XX/,/^202[0-9]-/{/^-/p}' CHANGES.txt | wc -l

to get number of features/fixes included in the release.

4a. cd to website/www and run 'make linkcheck'. See output in
_tmp/linkcheck/output.txt
fix broken references in docs
Expand Down

0 comments on commit 753dfc5

Please sign in to comment.