diff --git a/README.md b/README.md index eabb3ee2eac..7fb38e91766 100644 --- a/README.md +++ b/README.md @@ -187,16 +187,20 @@ If you are interested in using TypeScript and ESLint together, you will want to All of the packages are published with the same version number to make it easier to coordinate both releases and installations. -Additionally, we also publish a canary release on every successful merge to master, so you never need to wait for a new stable version to make use of any updates. +We publish a canary release on every successful merge to master, so **you never need to wait for a new stable version to make use of any updates**. -The `latest` (stable) version is: +Additionally, we promote the to the `latest` tag on NPM once per week, **on Mondays at 1pm Eastern**. + +The latest version under the `latest` tag is: NPM Version -The `canary` (latest master) version is: +The latest version under the `canary` tag **(latest commit to master)** is: NPM Version +(Note: The only exceptions to the automated publishes described above are when we are in the final phases of creating the next major version of the libraries - e.g. going from 1.x.x to 2.x.x. During these periods, we manually publish `canary` releases until we are happy with the release and promote it to `latest`.) +
## Supported TypeScript Version