summaryrefslogtreecommitdiff
path: root/scripts/release-notes.pl
Commit message (Collapse)AuthorAgeFilesLines
* release-notes.pl: fix parsing typoDaniel Stenberg2020-04-201-2/+2
|
* scripts/release-notes.pl: accept colon after the Fixes/Closes keywordsDaniel Stenberg2020-04-141-2/+2
|
* scripts/release-notes: fix duplicate output headerDaniel Stenberg2020-04-141-0/+1
|
* release-notes.pl: detect the start of the references in cleanup modeDaniel Stenberg2020-04-111-2/+1
|
* release-notes: fix the initial reference list outputDaniel Stenberg2020-04-081-19/+20
|
* release-notes: output trailing references sorted numericallyDaniel Stenberg2020-04-061-12/+10
|
* scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenanceDaniel Stenberg2020-04-061-0/+214
This script helps putting entries in the RELEASE-NOTES using a coherent style and sorting with a minimal human editing effort - as long as the first line in the commit message is good enough! There's a short howto at the top of the file.