-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make periodic pre-release builds available on npm #1882
Comments
I believe the only outstanding question we had here was how to do this in a way that people who didn't specify a version number in their package.json didn't automatically upgrade to some possibly-unstable TypeScript build. |
Assuming you'll use prerelease tags (eg Prerelease tags are also considered less than their corresponding release, so the above would be less than 1.5.0 when it's actually released. From the semver spec:
Can you detail what version format you're going to use for the prereleases? |
👍 very keen to have this! |
Let's figure out what the right way to do this is. |
This appears to be a duplicate of #964. |
We should be making preview releases on npm available, preferably in an automated fashion.
As discussed a bit on #1818.
Seems like this should have the 1.5 milestone (but should begin prior to 1.5's release, as would be appropriate).
The text was updated successfully, but these errors were encountered: