Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix towncrier command in tools/finalize | Anderson Bravalheri | 2022-03-16 | 1 | -0/+1 |
| | |||||
* | Modify tools.finalize.check_changes to validate extensions | Anderson Bravalheri | 2022-02-03 | 1 | -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. Coombs | 2021-05-09 | 1 | -0/+12 |
| | |||||
* | Exempt README as well. Ref #2395. | Jason R. Coombs | 2020-10-14 | 1 | -1/+2 |
| | |||||
* | Ensure that the changelog.d doesn't contain files that won't match. | Jason R. Coombs | 2020-05-13 | 1 | -0/+14 |
| | |||||
* | Protect against situation where the Git user e-mail is not configured. Ref ↵ | Jason R. Coombs | 2020-04-06 | 1 | -0/+8 |
| | | | | #2057. | ||||
* | Replace playbook with code for finalizing a release. | Jason R. Coombs | 2020-03-08 | 1 | -0/+59 |