You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /latest-version endpoint that returns the latest version of Yarn.
Of course, this is possible with the GitHub API, this is just an easier way of accessing the data. It could be useful in shell scripts, for example:
```
LATEST_VERSION=`curl https://yarnpkg.com/latest-version`
```
0 commit comments