Add CONTRIBUTING.md including Yarn version update policy.

This commit is contained in:
Peter Petrov 2017-05-03 18:01:05 +03:00
parent 5b36598a2e
commit 4206e2951a
1 changed files with 7 additions and 0 deletions

7
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,7 @@
# Version Updates
New **Node.js** releases are released as soon as possible.
New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release.
**Yarn** is updated to the latest version only when there is a new Node.js SemVer-minor release, and it's updated only in the branch with the new release, preferably in the same PR. The `update.sh` script does this automatically when invoked with a specific branch, e.g. `./update.sh 6.10`.