chore(deps): update craig-day/compute-tag action to v13
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
craig-day/compute-tag | action | major |
v11 -> v13
|
Release Notes
craig-day/compute-tag
v13
Performance improvements!
- Stop paginating through commits for a branch once we find a commit that we have a tag for. This helps tremendously for repos with 10,000+ commits (fetched 30 at a time).
- Add logging when starting and finishing paginated fetches, and log how many pages were fetched.
- Adds the throttling and retry plugins to the API client too, so we automatically retry failed requests and handle rate limit errors correctly.
v12
Bug Fixes
- Use the Octokit paginate helper to ensure we get all possible tags and compute the correct value. Without pagination, there could be a case where the last tag we more than 30 commits ago and the action would value to compute the tag because no existing tags were found.
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.