From b4866636c609c2e0e2cbdca115d764f31a80813f Mon Sep 17 00:00:00 2001 From: apiraino Date: Tue, 10 Mar 2026 12:09:47 +0100 Subject: [PATCH 1/2] Clarify that beta builds can be picked up by version --- src/release/crater.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/release/crater.md b/src/release/crater.md index 8c55f13b..d2ca7eec 100644 --- a/src/release/crater.md +++ b/src/release/crater.md @@ -10,12 +10,12 @@ First, file a new issue titled "Crater runs for 1.x" ([example](https://github.c A crater run for beta should be started as soon as we have beta out. Use the following craterbot invocations. -$BETA_VERSION is e.g. 1.40.0-1, increment the 1 if it's not the first beta crater run, you can also +$BETA_VERSION is e.g. 1.80.0-1, increment the 1 if it's not the first beta crater run, you can also use the auto-incremented counter on the beta `rustc --version`. -$STABLE is e.g. 1.39.0 (the stable release) -$BETA is beta-YYYY-MM-DD, get the date by looking at https://static.rust-lang.org/manifests.txt and -get the date of the most recent channel-rust-beta.toml. +$STABLE is e.g. `1.80.0` (the stable release) and $BETA is `1.81.0-beta.1`. You can also pick a beta +by date, example `beta-YYYY-MM-DD`, by looking at https://static.rust-lang.org/manifests.txt and get +the date of the most recent channel-rust-beta.toml. ```console @craterbot run name=beta-$BETA_VERSION start=$STABLE end=$BETA mode=build-and-test cap-lints=warn p=10 From fca38046de39a7c95ba8937de70b0814978cc07d Mon Sep 17 00:00:00 2001 From: apiraino Date: Wed, 11 Mar 2026 11:40:51 +0100 Subject: [PATCH 2/2] Update src/release/crater.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bennet Bleßmann <3877590+Skgland@users.noreply.github.com> --- src/release/crater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release/crater.md b/src/release/crater.md index d2ca7eec..296fcdad 100644 --- a/src/release/crater.md +++ b/src/release/crater.md @@ -10,7 +10,7 @@ First, file a new issue titled "Crater runs for 1.x" ([example](https://github.c A crater run for beta should be started as soon as we have beta out. Use the following craterbot invocations. -$BETA_VERSION is e.g. 1.80.0-1, increment the 1 if it's not the first beta crater run, you can also +$BETA_VERSION is e.g. 1.81.0-1, increment the 1 if it's not the first beta crater run, you can also use the auto-incremented counter on the beta `rustc --version`. $STABLE is e.g. `1.80.0` (the stable release) and $BETA is `1.81.0-beta.1`. You can also pick a beta