File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ First, file a new issue titled "Crater runs for 1.x" ([example](https://github.c
1010A crater run for beta should be started as soon as we have beta out. Use the following craterbot
1111invocations.
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
1414use 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
You can’t perform that action at this time.
0 commit comments