Skip to content

Commit 753dfc5

Browse files
committed
doc: add sed command to extract number of changes in a release.
1 parent 845b69b commit 753dfc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ Roundup release checklist:
4444
4. Update documentation
4545
doc/announcement.txt
4646
doc/upgrading.txt
47+
48+
Use::
49+
50+
sed -ne '/^20[0-9][0-9]-XX/,/^202[0-9]-/{/^-/p}' CHANGES.txt | wc -l
51+
52+
to get number of features/fixes included in the release.
53+
4754
4a. cd to website/www and run 'make linkcheck'. See output in
4855
_tmp/linkcheck/output.txt
4956
fix broken references in docs

0 commit comments

Comments
 (0)