Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release check to make sure no TODOs remain in release notes #7075

Merged
merged 2 commits into from
Apr 9, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Apr 8, 2023

To avoid mistakes like #7054.

We could use something like grep -P TODO docs/releasenotes/[1-9]*.rst but the -P option isn't available in the system grep on macOS (see https://stackoverflow.com/a/22704387/724176), and a short script is also cross platform for Windows too.

@radarhere
Copy link
Member

If we wanted to, we could easily limit this to just check the current version of the release notes. By this point in the release checklist, we've removed .dev0 from the version, so as long as we moved python3 Tests/check_release_notes.py after the pip install command in release-test, we would know which release note doc was the latest.

But I understand the current state of this PR is more thorough.

Co-authored-by: Andrew Murray <[email protected]>
@hugovk hugovk added the automerge Automatically merge PRs that are ready label Apr 9, 2023
@mergify mergify bot merged commit b0c7653 into python-pillow:main Apr 9, 2023
@hugovk hugovk deleted the check-release-notes branch April 10, 2023 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PRs that are ready Release Testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants