From dcfef5bf151ce366bb3c962bb412b90463191178 Mon Sep 17 00:00:00 2001 From: Peter Petrov Date: Wed, 12 Jul 2017 12:22:20 +0300 Subject: [PATCH] Correct mistaken Yarn update policy. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09f33212..0d81fd96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ 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`. +**Yarn** is updated to the latest version only when there is a new Node.js SemVer PATCH 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`. ## Adding dependencies to the base images