A repository of Yarn releases for use with Notion.
We may eliminate this if Yarn offers a way to programmatically access releases without GitHub authentication.
In order to add support for new yarn versions, do the following:
- Download the tarball from Yarn's website. The following curl script should do the trick:
curl -L -o dist/yarn-v1.12.1.tar.gz https://github.com/yarnpkg/yarn/releases/download/v1.12.1/yarn-v1.12.1.tar.gz
- Update
index.json
to add the new version.