File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
# - A change in the default values
30
30
#
31
31
# 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>
34
34
35
35
# =============================================================================
36
36
# Tweaking how LLVM is compiled
Original file line number Diff line number Diff line change @@ -597,19 +597,19 @@ cc = ["@davidtwco", "@wesleywiser"]
597
597
message = """
598
598
This PR modifies `src/bootstrap/src/core/config`.
599
599
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`.
601
601
"""
602
602
[mentions ."src/bootstrap/defaults" ]
603
603
message = """
604
604
This PR modifies `src/bootstrap/defaults`.
605
605
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`.
607
607
"""
608
608
[mentions ."config .example .toml" ]
609
609
message = """
610
610
This PR modifies `config.example.toml`.
611
611
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`.
613
613
"""
614
614
615
615
[mentions ."src/bootstrap/defaults/config .compiler .toml" ]
You can’t perform that action at this time.
0 commit comments