]> git.lizzy.rs Git - rust.git/blobdiff - PUBLISH.md
UI test cleanup: Extract expect_fun_call tests
[rust.git] / PUBLISH.md
index b500e5e3f28cad03fb903a2ac065a1562fd0e991..b85605dc3b316f64d4f5ccd7eac6d0f909e98876 100644 (file)
@@ -1,15 +1,14 @@
-Steps to publish a new clippy version
+Steps to publish a new Clippy version
 
-1. `cargo test`.
 - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
-- Run `./util/update_lints.py`.
 - Write a changelog entry.
-- Commit `./Cargo.toml`, `./clippy_lints/Cargo.toml` and `./CHANGELOG.md`.
+- 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`.
+- `git tag -s v0.0.X -m "v0.0.X"`.
 - `git push --tags`.