We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19985fe commit cd881e3Copy full SHA for cd881e3
1 file changed
README.md
@@ -129,7 +129,8 @@ Every LTS major version has two branches in the GitHub repository: a release
129
branch and a staging branch. The release branch is used to cut new releases.
130
Only members of the release team should land commits into the release branch.
131
The staging branch is used to land cherry-picked or backported commits from
132
-master that need to be included in a future release.
+master that need to be included in a future release. Only members of
133
+@nodejs/backporters should land commits into the staging branch.
134
135
For example, for Node.js v4, there is a `v4.x` branch and a `v4.x-staging`
136
branch. When commits land in master that must be cherry-picked for a future
0 commit comments