-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Provide an easy way for users to get the latest and greatest version of Yarn!
To be done:
- Set unique version number for dev builds (done: Set unique version number for CI (CircleCI and AppVeyor) builds #1230)
- Create
nightly.yarnpkg.comsubdomain - Archive builds from CircleCI (Add webhook for archiving CircleCI build artifacts #1473)
- Archive builds from AppVeyor (done: Add webhook for archive AppVeyor build artifacts #1631)
- Create
nightly.yarnpkg.com/latest-versionendpoint to return latest version number (analogous to the current https://yarnpkg.com/latest-version). - Pretty directory listing (maybe tabs per artifact type, and latest release at the top?)
- Create Debian repo for nightly builds, using .debs from CircleCI
- Update end-to-end tests (Add end-to-end tests for Ubuntu 12.04, 14.04 and 16.04 using Docker #1391) to use nightly Debian repo
- Update installation script to have a
--nightlyflag - Update docs on site (Document nightly builds on download page website#245)
Reactions are currently unavailable