X Tutup
The Wayback Machine - https://web.archive.org/web/20220320004547/https://github.com/nodejs/node/commit/7f7bcd7757
Skip to content
Permalink
Browse files
doc: fix typo in contributing guides
PR-URL: #41723
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
kuriyosh authored and ruyadorno committed Feb 7, 2022
1 parent 30336c2 commit 7f7bcd77577f316a37799c894c2401bcf1444216
Showing with 2 additions and 2 deletions.
  1. +1 −1 doc/contributing/releases.md
  2. +1 −1 doc/contributing/static-analysis.md
@@ -851,7 +851,7 @@ reflect the newly used value. Ensure that the release commit removes the
`-pre` suffix for the major version being prepared.

It is current TSC policy to bump major version when ABI changes. If you
see a need to bump `NODE_MODULE_VERSION` outside of a majore release then
see a need to bump `NODE_MODULE_VERSION` outside of a major release then
you should consult the TSC. Commits may need to be reverted or a major
version bump may need to happen.

@@ -11,6 +11,6 @@ Any collaborator can ask to be added to the Node.js coverity project
by opening an issue in the [build](https://github.com/nodejs/build) repository
titled `Please add me to coverity`. A member of the build WG with admin
access will verify that the requestor is an existing collaborator as listed in
the [colloborators section](https://github.com/nodejs/node#collaborators)
the [collaborators section](https://github.com/nodejs/node#collaborators)
on the nodejs/node project repo. Once validated the requestor will added
to to the coverity project.

0 comments on commit 7f7bcd7

Please sign in to comment.
X Tutup