Skip to content

Commit 67c9656

Browse files
authored
Merge pull request #393 from pesho/contributing-yarn
Add CONTRIBUTING.md including Yarn version update policy
2 parents 039dd2a + 4206e29 commit 67c9656

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Version Updates
2+
3+
New **Node.js** releases are released as soon as possible.
4+
5+
New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release.
6+
7+
**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`.

0 commit comments

Comments
 (0)