You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/contributing/releases.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ official release builds for Node.js, hosted on <https://nodejs.org/>.
25
25
*[10. Test the build](#10-test-the-build)
26
26
*[11. Tag and sign the release commit](#11-tag-and-sign-the-release-commit)
27
27
*[12. Set up for the next release](#12-set-up-for-the-next-release)
28
-
*[13. Cherry-pick the release commit to `master`](#13-cherry-pick-the-release-commit-to-master)
28
+
*[13. Cherry-pick the release commit to `main`](#13-cherry-pick-the-release-commit-to-main)
29
29
*[14. Push the release tag](#14-push-the-release-tag)
30
30
*[15. Promote and sign the release builds](#15-promote-and-sign-the-release-builds)
31
31
*[16. Check the release](#16-check-the-release)
@@ -132,7 +132,7 @@ tracker][].
132
132
133
133
When preparing a security release, contact Build at least two weekdays in
134
134
advance of the expected release. To ensure that the security patch(es) can be
135
-
properly tested, run a `node-test-pull-request` job against the `master` branch
135
+
properly tested, run a `node-test-pull-request` job against the `main` branch
136
136
of the `nodejs-private/node-private` repository a day or so before the
137
137
[CI lockdown procedure][] begins. This is to confirm that Jenkins can properly
138
138
access the private repository.
@@ -147,7 +147,7 @@ $ git checkout v1.x-staging
147
147
$ git reset --hard upstream/v1.x-staging
148
148
```
149
149
150
-
If the staging branch is not up to date relative to `master`, bring the
150
+
If the staging branch is not up to date relative to `main`, bring the
151
151
appropriate PRs and commits into it.
152
152
153
153
Go through PRs with the label `vN.x`. e.g. [PRs with the `v8.x` label](https://github.com/nodejs/node/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Av8.x).
@@ -156,7 +156,7 @@ For each PR:
156
156
157
157
* Run or check that there is a passing CI.
158
158
* Check approvals (you can approve yourself).
159
-
* Check that the commit metadata was not changed from the `master` commit.
159
+
* Check that the commit metadata was not changed from the `main` commit.
160
160
* If there are merge conflicts, ask the PR author to rebase.
161
161
Simple conflicts can be resolved when landing.
162
162
@@ -175,7 +175,7 @@ duplicate or not.
175
175
For a list of commits that could be landed in a patch release on v1.x:
0 commit comments