| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c6396c1 commit 54a8a0c
1 file 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 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments