Add news-format.php to gitignore
Update deps
Dep updates
php-src commit message formatterFor PHP Core Roundup series. Downloads commit list, filters them, formats them, and optionally groups them by author.
The commits are retrieved from GitHub API.
php format.php
Above saves output to messages-formatted.txt file. Edit the format.php file to update the date range.
php format.php
If GitHub API is rate-limited, add a GH PAT to a keys.php file as following:
<?php
return [
'github.com' => 'github_pat_...'
];