freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.74k stars 172 forks source link

Add a script to help generate release notes from merged pull requests #975

Closed almet closed 2 days ago

almet commented 3 weeks ago

I found myself browsing the closed pull requests to generate the release notes, and I figured a small script would help. Here is what I came up with. It's output cannot be taken as-is, but I found this helpful.

apyrgio commented 3 weeks ago

That's nice actually, feel free to merge!

almet commented 3 weeks ago

I've actually made some changes to the script so that it gets the closed issues, and link the issues rather than the PRs. It's now using httpx rather than requests to speedup the whole thing.

apyrgio commented 3 weeks ago

Thanks a lot for the improvements. I can confirm that the scripts returns results quickly.