File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,14 @@ replace that with the staging branch for the targeted release line.
105
105
6 . Run a [ ` node-test-pull-request ` ] [ ] CI job (with ` REBASE_ONTO ` set to the
106
106
default ` <pr base branch> ` )
107
107
108
- 10 . If during the review process conflicts arise, use the following to rebase:
108
+ 10 . Replace the ` backport-requested-v10.x ` label on the original pull request
109
+ with ` backport-open-v10.x ` .
110
+
111
+ 11 . If during the review process conflicts arise, use the following to rebase:
109
112
` git pull --rebase upstream v10.x-staging `
110
113
111
- After the pull request lands, replace the ` backport-requested -v10.x ` label
112
- on the original pull request with ` backported-to-v10.x ` .
114
+ After the pull request lands, replace the ` backport-open -v10.x ` label on the
115
+ original pull request with ` backported-to-v10.x ` .
113
116
114
117
[ Release Plan ] : https://github.com/nodejs/Release#release-plan
115
118
[ Release Schedule ] : https://github.com/nodejs/Release#release-schedule
You can’t perform that action at this time.
0 commit comments