Skip to content

Commit 0eeef25

Browse files
authored
Merge pull request #460 from pesho/fix_yarn_policy
Correct mistaken Yarn update policy.
2 parents 041952f + dcfef5b commit 0eeef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ New **Node.js** releases are released as soon as possible.
88

99
New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release.
1010

11-
**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`.
11+
**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`.
1212

1313
## Adding dependencies to the base images
1414

0 commit comments

Comments
 (0)