docs: fix script path reference (#25552)

PR Close #25552
This commit is contained in:
Jason Aden 2018-08-17 10:18:35 -07:00
parent f053a3f274
commit e9026a5201
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Follow these steps to get patch branch up to date.
1. Check out the most recent patch branch: `git checkout 4.3.x` 1. Check out the most recent patch branch: `git checkout 4.3.x`
2. Get a list of PRs merged into master: `git log master --oneline -n10` 2. Get a list of PRs merged into master: `git log master --oneline -n10`
3. For each PR number in the commit message run: `././scripts/github/merge-pr 1234` 3. For each PR number in the commit message run: `./scripts/github/merge-pr 1234`
- The PR will only merge if the `PR target:` matches the branch. - The PR will only merge if the `PR target:` matches the branch.
Once all of the PRs are in patch branch, push the all branches and tags to github using `push-upstream` script. Once all of the PRs are in patch branch, push the all branches and tags to github using `push-upstream` script.