You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg.push_str("WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations.\n");
176
178
msg.push_str("NOTE: to silence this warning, ");
177
179
msg.push_str(&format!("add `change-id = {latest_change_id}` at the top of `config.toml`"));
0 commit comments