Skip to content

Commit 3951ce4

Browse files
Merge pull request #1173 from nodejs/SimenB-patch-1
docs: update contributing to mentions security yarn releases
2 parents 9b08cf0 + 6f32733 commit 3951ce4

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 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`.
11+
**Yarn** is updated to the latest version only when there is a new Node.js SemVer PATCH release (unless Yarn has received a security update), 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)