Skip to content

Commit

Permalink
Auto merge of rust-lang#115898 - onur-ozkan:config-change-tracking, r…
Browse files Browse the repository at this point in the history
…=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)
  • Loading branch information
bors committed Oct 2, 2023
2 parents 81d219a + 2860a89 commit f04620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_rust_fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ index d95b5b7f17f..00b6f0e3635 100644
EOF

cat > config.toml <<EOF
changelog-seen = 2
change-id = 115898
[llvm]
ninja = false
Expand Down

0 comments on commit f04620a

Please sign in to comment.