Mercurial > p > roundup > code
changeset 7941:d272c828d376
doc: add sed command to extract number of changes in a release.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 May 2024 17:46:45 -0400 |
| parents | 85c47edfc383 |
| children | 52f5cb357e40 |
| files | RELEASE.txt |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/RELEASE.txt Sat May 11 19:02:35 2024 -0400 +++ b/RELEASE.txt Sun May 12 17:46:45 2024 -0400 @@ -44,6 +44,13 @@ 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
