Skip to content

Commit ce2eaa6

Browse files
committed
Comment out change-id in config.example.toml
This way, we only update CONFIG_CHANGE_HISTORY for major changes, which is much simpler (and updating example.toml doesn't make much sense) Signed-off-by: onur-ozkan <[email protected]>
1 parent 9d49eb7 commit ce2eaa6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config.example.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
# - A change in the default values
3030
#
3131
# If `change-id` does not match the version that is currently running,
32-
# `x.py` will prompt you to update it and check the related PR for more details.
33-
change-id = 118703
32+
# `x.py` will inform you about the changes made on bootstrap.
33+
# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
3434

3535
# =============================================================================
3636
# Tweaking how LLVM is compiled

triagebot.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -597,19 +597,19 @@ cc = ["@davidtwco", "@wesleywiser"]
597597
message = """
598598
This PR modifies `src/bootstrap/src/core/config`.
599599
600-
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
600+
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`.
601601
"""
602602
[mentions."src/bootstrap/defaults"]
603603
message = """
604604
This PR modifies `src/bootstrap/defaults`.
605605
606-
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
606+
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`.
607607
"""
608608
[mentions."config.example.toml"]
609609
message = """
610610
This PR modifies `config.example.toml`.
611611
612-
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
612+
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`.
613613
"""
614614

615615
[mentions."src/bootstrap/defaults/config.compiler.toml"]

0 commit comments

Comments
 (0)