Add new change-id option in bootstrap.example.toml and update the change-id description references

This commit is contained in:
bit-aloo 2025-03-27 23:10:30 +05:30
parent 02444322c0
commit b24083bccc
No known key found for this signature in database
GPG key ID: 02911B24FDAE81DA
4 changed files with 11 additions and 6 deletions

View file

@ -28,8 +28,9 @@
# - A new option
# - A change in the default values
#
# If `change-id` does not match the version that is currently running,
# `x.py` will inform you about the changes made on bootstrap.
# If the change-id does not match the version currently in use, x.py will
# display the changes made to the bootstrap.
# To suppress these warnings, you can set change-id = "ignore".
#change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
# =============================================================================