Skip to content

Commit ee02e3d

Browse files
rollup=never simplifies finding parents
1 parent 6b1be58 commit ee02e3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/release/process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ We need to find out the parent commit in which the PR opened last Monday merged.
6363

6464
Go to that PR, and find the "bors merged commit $SHA into rust-lang:master at the bottom.
6565

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.
6969

7070
Create a new branch on `rust-lang/cargo` for the new beta. Here, `rust-lang` is
7171
the remote for https://github.com/rust-lang/rust.git. Replace `YY` with the

0 commit comments

Comments
 (0)