release
release copied to clipboard
Mention all authors in "Credits" section
We shouldn't just show the creators of PRs and issues, but also the people who made the commits that occurred since the last release.
What we shouldn't include:
- Bots
- The author of the release
GitHub's API supports getting all commits between two timestamps, so we should take advantage of that to minimize the loading time.