Releases: changesets/action
Releases Β· changesets/action
v1.4.9
v1.4.8
v1.4.7
Patch Changes
- #255
f2660aa
Thanks @ernestognw! - Allow customize PRbranch
field
v1.4.6
v1.4.5
Patch Changes
- #282
eb19e25
Thanks @mark-omarov! - Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.
v1.4.4
Patch Changes
- #291
db8a109
Thanks @varl! - Wire up@octokit/plugin-throttling
with all GitHub Octokit instances
v1.4.3
v1.4.2
Patch Changes
-
#286
225a1e8
Thanks @varl! - This patch implements the@octokit/plugin-throttling
plugin and wires
it up with the internal GitHub Octokit instance.This plugin is recommended by the Octokit docs as it implements all the GitHub best practices for integrators.
This should help with
changesets/action
gitting spurious secondary rate limits and failing CI jobs, for which the only known workaround is to simply re-run the job.