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 <work@onurozkan.dev>
This commit is contained in:
parent
9d49eb76c4
commit
ce2eaa6325
@ -29,8 +29,8 @@
|
|||||||
# - A change in the default values
|
# - A change in the default values
|
||||||
#
|
#
|
||||||
# If `change-id` does not match the version that is currently running,
|
# If `change-id` does not match the version that is currently running,
|
||||||
# `x.py` will prompt you to update it and check the related PR for more details.
|
# `x.py` will inform you about the changes made on bootstrap.
|
||||||
change-id = 118703
|
# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Tweaking how LLVM is compiled
|
# Tweaking how LLVM is compiled
|
||||||
|
@ -597,19 +597,19 @@ cc = ["@davidtwco", "@wesleywiser"]
|
|||||||
message = """
|
message = """
|
||||||
This PR modifies `src/bootstrap/src/core/config`.
|
This PR modifies `src/bootstrap/src/core/config`.
|
||||||
|
|
||||||
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
|
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`.
|
||||||
"""
|
"""
|
||||||
[mentions."src/bootstrap/defaults"]
|
[mentions."src/bootstrap/defaults"]
|
||||||
message = """
|
message = """
|
||||||
This PR modifies `src/bootstrap/defaults`.
|
This PR modifies `src/bootstrap/defaults`.
|
||||||
|
|
||||||
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
|
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`.
|
||||||
"""
|
"""
|
||||||
[mentions."config.example.toml"]
|
[mentions."config.example.toml"]
|
||||||
message = """
|
message = """
|
||||||
This PR modifies `config.example.toml`.
|
This PR modifies `config.example.toml`.
|
||||||
|
|
||||||
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs` and `change-id` in `config.example.toml`.
|
If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[mentions."src/bootstrap/defaults/config.compiler.toml"]
|
[mentions."src/bootstrap/defaults/config.compiler.toml"]
|
||||||
|
Loading…
Reference in New Issue
Block a user