aboutsummaryrefslogtreecommitdiff
path: root/scripts/release-notes.pl
AgeCommit message (Collapse)Author
2020-05-25all: fix codespell errorsViktor Szakats
Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452
2020-04-20release-notes.pl: fix parsing typoDaniel Stenberg
2020-04-14scripts/release-notes.pl: accept colon after the Fixes/Closes keywordsDaniel Stenberg
2020-04-14scripts/release-notes: fix duplicate output headerDaniel Stenberg
2020-04-11release-notes.pl: detect the start of the references in cleanup modeDaniel Stenberg
2020-04-08release-notes: fix the initial reference list outputDaniel Stenberg
2020-04-06release-notes: output trailing references sorted numericallyDaniel Stenberg
2020-04-06scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenanceDaniel Stenberg
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.