mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-01-12 22:53:44 +08:00
* feat(policies): Use github access token when requesting releases If the environment variable `GITHUB_TOKEN` is defined, append `?access_token=<GITHUB_TOKEN>` when requesting yarn releases from GitHub. Closes https://github.com/yarnpkg/yarn/issues/6905 * fix lint * Update CHANGELOG.md