From e9026a520196c8d6e639cc6435c6ccc4e41ca486 Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Fri, 17 Aug 2018 10:18:35 -0700 Subject: [PATCH] docs: fix script path reference (#25552) PR Close #25552 --- docs/CARETAKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CARETAKER.md b/docs/CARETAKER.md index 19038e8ee9..3ea4091b11 100644 --- a/docs/CARETAKER.md +++ b/docs/CARETAKER.md @@ -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` 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. Once all of the PRs are in patch branch, push the all branches and tags to github using `push-upstream` script.