Skip to content

Commit 8a64419

Browse files
authored
docs: Add not about the bot opening PRs
1 parent 3cce648 commit 8a64419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Thank you for your contribution. Here are a set of guidelines for contributing t
44

55
## Version Updates
66

7-
New **Node.js** releases are released as soon as possible.
7+
New **Node.js** releases are released as soon as possible. Security and patch updates are automatically opened on this repository by the [nodejs-github-bot](https://github.com/nodejs-github-bot) once the `musl` builds are completed for all new versions on <https://unofficial-builds.nodejs.org/>.
88

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

1111
**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
### Submitting a PR for a version update
1414

15-
If you'd like to help us by submitting a PR for a version update, please do the following:
15+
If you'd like to help us by submitting a PR for a new **major** version update, please do the following:
1616

1717
1. [Fork this project.](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
1818
1. [Clone the forked repository.](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)

0 commit comments

Comments
 (0)