Skip to content

Commit d08ab31

Browse files
committed
Auto merge of rust-lang#60868 - rust-lang:fix-dev-no-comment, r=pietroalbini
[beta] Comment out dev key in stage0.txt r? @pietroalbini We should maybe have some check for this somewhere; I think this is at least the second time we've forgotten to do this. Maybe just have CI fail on beta branch unless it's commented (and not a release week?)?
2 parents 2bafaaf + 315287c commit d08ab31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/stage0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313
# `0.x.0` for Cargo where they were released on `date`.
1414

15-
date: 2019-04-08
16-
rustc: 1.34.0
15+
date: 2019-05-14
16+
rustc: 1.34.2
1717
cargo: 0.35.0
1818

1919
# When making a stable release the process currently looks like:
@@ -34,4 +34,4 @@ cargo: 0.35.0
3434
# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535
# out.
3636

37-
dev: 1
37+
#dev: 1

0 commit comments

Comments
 (0)