Skip to content

Commit 4b16fa6

Browse files
authored
Clarify that beta builds can be picked up by version (#1023)
1 parent de8eb82 commit 4b16fa6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/release/crater.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ First, file a new issue titled "Crater runs for 1.x" ([example](https://github.c
1010
A crater run for beta should be started as soon as we have beta out. Use the following craterbot
1111
invocations.
1212

13-
$BETA_VERSION is e.g. 1.40.0-1, increment the 1 if it's not the first beta crater run, you can also
13+
$BETA_VERSION is e.g. 1.81.0-1, increment the 1 if it's not the first beta crater run, you can also
1414
use the auto-incremented counter on the beta `rustc --version`.
1515

16-
$STABLE is e.g. 1.39.0 (the stable release)
17-
$BETA is beta-YYYY-MM-DD, get the date by looking at https://static.rust-lang.org/manifests.txt and
18-
get the date of the most recent channel-rust-beta.toml.
16+
$STABLE is e.g. `1.80.0` (the stable release) and $BETA is `1.81.0-beta.1`. You can also pick a beta
17+
by date, example `beta-YYYY-MM-DD`, by looking at https://static.rust-lang.org/manifests.txt and get
18+
the date of the most recent channel-rust-beta.toml.
1919

2020
```console
2121
@craterbot run name=beta-$BETA_VERSION start=$STABLE end=$BETA mode=build-and-test cap-lints=warn p=10

0 commit comments

Comments
 (0)