Lines Matching refs:v10
43 For the following steps, let's assume that a backport is needed for the v10.x
44 release line. All commands will use the `v10.x-staging` branch as the target
59 # If v10.x-staging is checked out `pull` should be used instead of `fetch`
60 git fetch upstream v10.x-staging:v10.x-staging -f
62 git checkout -b backport-10157-to-v10.x v10.x-staging
96 1. Be sure to target the `v10.x-staging` branch in the pull request.
98 format: `[v10.x backport] <commit title>`.
99 Example: `[v10.x backport] process: improve performance of nextTick`
108 10. Replace the `backport-requested-v10.x` label on the original pull request
109 with `backport-open-v10.x`.
112 `git pull --rebase upstream v10.x-staging`
114 After the pull request lands, replace the `backport-open-v10.x` label on the
115 original pull request with `backported-to-v10.x`.