~ayesh/php-src-commit-formatter

1f4e4622 — Ayesh Karunaratne 5 months ago
Add news-format.php to gitignore
c72f6e46 — Ayesh Karunaratne 5 months ago
Update deps
5fb17bf7 — Ayesh Karunaratne 1 year, 9 months ago
Dep updates

clone

read-only
https://git.sr.ht/~ayesh/php-src-commit-formatter
read/write
[email protected]:~ayesh/php-src-commit-formatter

You can also use your local clone with git send-email.

#php-src commit message formatter

For 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

#GitHub Access Token

If GitHub API is rate-limited, add a GH PAT to a keys.php file as following:

<?php 

return [
    'github.com' => 'github_pat_...'
];