We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1be58 commit ee02e3dCopy full SHA for ee02e3d
src/release/process.md
@@ -63,9 +63,9 @@ We need to find out the parent commit in which the PR opened last Monday merged.
63
64
Go to that PR, and find the "bors merged commit $SHA into rust-lang:master at the bottom.
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`.
+Locally, run `export BRANCH_POINT=`git rev-parse $SHA^` in the rust-lang/rust
+checkout. This should be bors-authored merge into master of the PR before the
+version bump merged.
69
70
Create a new branch on `rust-lang/cargo` for the new beta. Here, `rust-lang` is
71
the remote for https://github.com/rust-lang/rust.git. Replace `YY` with the
0 commit comments