]> git.lizzy.rs Git - rust.git/blobdiff - PUBLISH.md
UI test cleanup: Extract expect_fun_call tests
[rust.git] / PUBLISH.md
index 1ff3f2b4b73104dd0faae19c34037d9fe1e283e5..b85605dc3b316f64d4f5ccd7eac6d0f909e98876 100644 (file)
@@ -1,4 +1,4 @@
-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.
@@ -7,7 +7,7 @@ Steps to publish a new clippy version
 - `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"`.