From 4206e2951aba391529629ec15d4c7886c511d7be Mon Sep 17 00:00:00 2001 From: Peter Petrov Date: Wed, 3 May 2017 18:01:05 +0300 Subject: [PATCH] Add CONTRIBUTING.md including Yarn version update policy. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..a1f37a5c --- /dev/null +++ b/CONTRIBUTING.md @@ -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`.