Skip to content

Commit f04620a

Browse files
committed
Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum
bootstrap major change detection implementation The use of `changelog-seen` and `bootstrap/CHANGELOG.md` has not been functional in any way for many years. We often do major/breaking changes but never update the changelog file or the `changelog-seen`. This is an alternative method for tracking major or breaking changes and informing developers when such changes occur. Example output when bootstrap detects a major change: ![image](https://github.com/rust-lang/rust/assets/39852038/ee802dfa-a02b-488b-a433-f853ce079b8a)
2 parents 81d219a + 2860a89 commit f04620a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/setup_rust_fork.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ index d95b5b7f17f..00b6f0e3635 100644
3131
EOF
3232

3333
cat > config.toml <<EOF
34-
changelog-seen = 2
34+
change-id = 115898
3535
3636
[llvm]
3737
ninja = false

0 commit comments

Comments
 (0)