]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/README.md
Move add_apple_sdk out of add_pre_link_args.
[rust.git] / src / bootstrap / README.md
index a69bd1cc3bc530f3d7f230d8232cfa2c51cd9837..bc8bae14b210cf2f8ef97e53e7bb5662302eec2d 100644 (file)
@@ -313,6 +313,20 @@ are:
   `Config` struct.
 * Adding a sanity check? Take a look at `bootstrap/sanity.rs`.
 
+If you make a major change, please remember to:
+
++ Update `VERSION` in `src/bootstrap/main.rs`.
+* Update `changelog-seen = N` in `config.toml.example`.
+* Add an entry in `src/bootstrap/CHANGELOG.md`.
+
+A 'major change' includes
+
+* A new option or
+* A change in the default options.
+
+Changes that do not affect contributors to the compiler or users
+building rustc from source don't need an update to `VERSION`.
+
 If you have any questions feel free to reach out on the `#t-infra` channel in
 the [Rust Zulip server][rust-zulip] or ask on internals.rust-lang.org. When
 you encounter bugs, please file issues on the rust-lang/rust issue tracker.