summaryrefslogtreecommitdiff
path: root/tools/finalize.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix towncrier command in tools/finalizeAnderson Bravalheri2022-03-161-0/+1
|
* Modify tools.finalize.check_changes to validate extensionsAnderson Bravalheri2022-02-031-2/+9
| | | | | | | | | | | The previous existing implementation would just check for the existence of a preconfigured substring (e.g. `changes`, `doc`, ...). However that can be problematic when the used extension contains one of the valid substrings but is not valid itself. For example `changelog.d/3034.docs.rst` contains the valid `doc` substring but is not a valid name itself. The correct would be `changelog.d/3034.doc.rst`.
* Add workaround for #2666.Jason R. Coombs2021-05-091-0/+12
|
* Exempt README as well. Ref #2395.Jason R. Coombs2020-10-141-1/+2
|
* Ensure that the changelog.d doesn't contain files that won't match.Jason R. Coombs2020-05-131-0/+14
|
* Protect against situation where the Git user e-mail is not configured. Ref ↵Jason R. Coombs2020-04-061-0/+8
| | | | #2057.
* Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-081-0/+59