File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ We need to find out the parent commit in which the PR opened last Monday merged.
63
63
64
64
Go to that PR, and find the "bors merged commit $SHA into rust-lang: master at the bottom.
65
65
66
- Locally, run ` git log $SHA --author=bors ` , and take the SHA of the first
67
- bors-authored merge into master (should be the the first commit). Call that
68
- ` $BRANCH_POINT ` .
66
+ Locally, run ` export BRANCH_POINT= ` git rev-parse $SHA^` in the rust-lang/rust
67
+ checkout. This should be bors-authored merge into master of the PR before the
68
+ version bump merged .
69
69
70
70
Create a new branch on ` rust-lang/cargo ` for the new beta. Here, ` rust-lang ` is
71
71
the remote for https://github.com/rust-lang/rust.git . Replace ` YY ` with the
You can’t perform that action at this time.
0 commit comments