Skip to content

Commit c7407ef

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 8373b05 + b1862af commit c7407ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function setup_rustc() {
214214
rm config.toml || true
215215

216216
cat > config.toml <<EOF
217-
changelog-seen = 2
217+
change-id = 115898
218218
219219
[rust]
220220
codegen-backends = []

0 commit comments

Comments
 (0)