]> git.lizzy.rs Git - rust.git/blobdiff - PUBLISH.md
rustup https://github.com/rust-lang/rust/pull/61164
[rust.git] / PUBLISH.md
index 228e4b97f49ab0cea4dd424ffebaa995e90cc889..b85605dc3b316f64d4f5ccd7eac6d0f909e98876 100644 (file)
@@ -1,13 +1,13 @@
-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`).
-- Run `./pre_publish.sh`
 - Write a changelog entry.
+- 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"`.