Releases: JoshuaKGoldberg/all-contributors-auto-action
v0.5.0: Issue Co-Authors
The main update here is pulling in JoshuaKGoldberg/all-contributors-for-repository#445. This action should now respect Co-authored-by: @<username>
comments in issues!
Full Changelog: v0.4.3...v0.5.0
v0.4.3: Node 20
What's Changed
- chore(deps): update dependency node to v20.11.0 by @renovate in #196
- chore(deps): update pnpm to v8.14.1 by @renovate in #197
- fix: bump Node from 16 to 20 by @JoshuaKGoldberg in #199
Full Changelog: v0.4.2...v0.4.3
v0.4.2: Dependency Bumps
Docs and deps updates to bring in the latest Octokit.js.
What's Changed
- chore(deps): update dependency knip to v3.11.0 by @renovate in #190
- docs: update README.md to turn text allcontributors to a link to https://allcontributors.org by @fdlpm in #189
- chore(deps): update dependency knip to v3.12.0 by @renovate in #191
- chore(deps): update dependency markdownlint to ^0.33.0 by @renovate in #192
- chore(deps): update dependency knip to v3.13.0 by @renovate in #193
- fix: bump all packages to latest by @JoshuaKGoldberg in #195
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1: Faster for Multiple Contributors
What's Changed
- chore(deps): update dependency knip to v3.10.0 by @renovate in #172
- chore(deps): update dependency eslint-plugin-jsdoc to v48 by @renovate in #173
- chore(deps): update pnpm to v8.14.0 by @renovate in #174
- test: added end-to-end style unit test by @JoshuaKGoldberg in #178
- test: add tests for getExistingContributors by @JoshuaKGoldberg in #182
- feat: parallelized per contributor by @JoshuaKGoldberg in #187
- docs: add logo by @JoshuaKGoldberg in #188
Full Changelog: v0.4.0...v0.4.1
v0.4.0: commit-to-co-authors@0.1.0
Includes the latest https://github.com/JoshuaKGoldberg/commit-to-co-authors, fixing an issue with parsing manual email contributions like Name <email@gmail.com>
.
v0.3.2: Fixed Issue Querying (Again)
Same as v0.3.1, but this time the built files include the fixes.
v0.3.1: Fixed Issue Querying
v0.3.0: Working GitHub Comments
This marks a stable release of the bot's ability to post comments into issues and PRs. Hooray! 🎉
Fix: allow undefined GITHUB_TOKEN
v0.2.1 0.2.1
v0.2.0: Comments posting
Instead of making changes to the local file system, this bot will post comments on issues and PRs. Hooray!