]> git.lizzy.rs Git - rust.git/blobdiff - PUBLISH.md
Merge pull request #3113 from mikerite/fix-3112
[rust.git] / PUBLISH.md
index 53f0405dfb23d95c9311fe4752e712a1cd6d7dec..749eae973047af002ef3b3f2c70a655d8184570d 100644 (file)
@@ -1,20 +1,15 @@
-Steps to publish a new clippy version
+Steps to publish a new Clippy version
 
 - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
 - Write a changelog entry.
+- If a nightly update is needed, update `min_version.txt` using `rustc -vV > min_version.txt`
 - Run `./pre_publish.sh`
 - Review and commit all changed files
 - `git push`
 - Wait for Travis's approval.
 - Merge.
-- `cargo publish` in `./clippy_clints`.
+- `cargo publish` in `./clippy_lints`.
 - `cargo publish` in the root directory.
 - `git pull`.
 - `git tag -s v0.0.X -m "v0.0.X"`.
 - `git push --tags`.
-- `git clone git@github.com:Manishearth/rust-clippy.wiki.git ../rust-clippy.wiki.git`
-- `./util/update_wiki.py`
-- `cd ../rust-clippy.wiki.git`
-- `git add *`
-- `git commit`
-- `git push`