Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify hard to maintain copyright notice (#1441) | Pierre Sassoulas | 2022-03-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | * Simplify hard to maintain copyright notice git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names. * Add a pre-commit hook to check the copyright notice * Fix the existing file so they have a notice * Fix the spacing after the copyright notice * Add a script to generate the CONTRIBUTORS.txt Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Fix bug in bump_changelog for version with 10 in it | Pierre Sassoulas | 2021-08-21 | 1 | -0/+2 |
| | |||||
* | Normalize capitalization of 'Release date' between astroid and pylint | Pierre Sassoulas | 2021-06-29 | 1 | -23/+23 |
| | | | | The way pylint does it makes more sense | ||||
* | Add patch version and minor version text automatically | Pierre Sassoulas | 2021-06-29 | 1 | -3/+79 |
| | | | | Add tests for bump changelog for minor and major version | ||||
* | Add a function to get the next versions from the version | Pierre Sassoulas | 2021-06-29 | 1 | -16/+43 |
| | |||||
* | Create a check function in bumb changelog script | Pierre Sassoulas | 2021-06-29 | 1 | -4/+5 |
| | |||||
* | Add logging in the bump version script | Pierre Sassoulas | 2021-06-29 | 1 | -2/+7 |
| | |||||
* | Better check for the TBA in the Changelog | Pierre Sassoulas | 2021-06-29 | 1 | -4/+30 |
| | |||||
* | Better get next version according to version type | Pierre Sassoulas | 2021-06-29 | 1 | -4/+18 |
| | |||||
* | Permit to test the version in script/test_bump_changelog.py | Pierre Sassoulas | 2021-06-29 | 1 | -3/+10 |
| | |||||
* | Refactor the get_next_version function | Pierre Sassoulas | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | Refactor of script/bump_changelog.py for easier tests | Pierre Sassoulas | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | Add tests for bump_changelog | Pierre Sassoulas | 2021-06-16 | 1 | -1/+75 |
| | |||||
* | Add test for getting the new version | Pierre Sassoulas | 2021-06-16 | 1 | -0/+9 |