From ab485bff438776d6850fb48776ec0b750195e73c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 11:20:22 +0200 Subject: [PATCH] Version Packages (#288) Co-authored-by: github-actions[bot] --- .changeset/rotten-carrots-pump.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/rotten-carrots-pump.md diff --git a/.changeset/rotten-carrots-pump.md b/.changeset/rotten-carrots-pump.md deleted file mode 100644 index 467d8e19..00000000 --- a/.changeset/rotten-carrots-pump.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@changesets/action": patch ---- - -This patch implements the [`@octokit/plugin-throttling`](https://github.com/octokit/plugin-throttling.js) plugin and [wires -it up with the internal GitHub Octokit instance](https://github.com/actions/toolkit/tree/457303960f03375db6f033e214b9f90d79c3fe5c/packages/github#extending-the-octokit-instance). - -This plugin is recommended by [the Octokit docs](://octokit.github.io/rest.js/v19#throttling) as it implements all the GitHub [best practices for integrators](https://docs.github.com/en/rest/guides/best-practices-for-integrators?apiVersion=2022-11-28). - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index fcac2ad0..dd0051e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @changesets/action +## 1.4.2 + +### Patch Changes + +- [#286](https://github.com/changesets/action/pull/286) [`225a1e8`](https://github.com/changesets/action/commit/225a1e8cbcabb7b585174ba0ad806549db40d4cd) Thanks [@varl](https://github.com/varl)! - This patch implements the [`@octokit/plugin-throttling`](https://github.com/octokit/plugin-throttling.js) plugin and [wires + it up with the internal GitHub Octokit instance](https://github.com/actions/toolkit/tree/457303960f03375db6f033e214b9f90d79c3fe5c/packages/github#extending-the-octokit-instance). + + This plugin is recommended by [the Octokit docs](://octokit.github.io/rest.js/v19#throttling) as it implements all the GitHub [best practices for integrators](https://docs.github.com/en/rest/guides/best-practices-for-integrators?apiVersion=2022-11-28). + + 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. + ## 1.4.1 ### Patch Changes diff --git a/package.json b/package.json index 2149c420..c4978ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.4.1", + "version": "1.4.2", "main": "dist/index.js", "license": "MIT", "devDependencies": {