summaryrefslogtreecommitdiff
path: root/scripts/release-notes.pl
Commit message (Collapse)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
* release-notes.pl: check fixes/closes lines betterDaniel Stenberg2023-01-021-6/+11
| | | | | To better skip lines that just happen to mention those words at the start of a line without being instructions.
* scripts/release-notes.pl: strip ci skip tag [ci skip]Viktor Szakats2022-10-021-0/+1
| | | | | | | | Ref: https://github.com/curl/curl/commit/e604a82cae922bf86403a94f5803ac5e4303ae97#commitcomment-85637701 Reviewed-by: Daniel Stenberg Closes #9634
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
| | | | | | | | | | | Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
* scripts/release-notes.pl: remove leftover debug outputDaniel Stenberg2022-02-021-1/+0
|
* scripts/release-notes.pl: fix number extraction for full URLsDaniel Stenberg2022-02-021-2/+3
|
* scripts/release-notes.pl: use out of repo links verbatim in refsDaniel Stenberg2021-11-051-5/+26
|
* scripts: invoke interpreters through /usr/bin/enva13460542021-08-231-1/+1
| | | | Closes #7602
* scripts: Fix typo in release-notes instructionsDaniel Gustafsson2021-07-101-1/+1
| | | | | The command to run had a typo in the pathname which prevented copy pasting it to work, which has annoyed me enough to fix this now.
* release-notes.pl: also spot common 'closes' typoDaniel Stenberg2021-06-071-3/+3
|
* release-notes.pl: detect #[number] better for Ref: etcDaniel Stenberg2020-11-131-1/+1
|
* curl.se: new homeDaniel Stenberg2020-11-041-2/+2
| | | | Closes #6172
* scripts/release-notes.pl: don't "embed" $ in format string for printf()Daniel Stenberg2020-10-051-2/+3
| | | | ... since they might contain %-codes that mess up the output!
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
| | | | | | Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452
* 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.