]> git.lizzy.rs Git - rust.git/blobdiff - PUBLISH.md
Merge pull request #2203 from clippered/float_cmp_const
[rust.git] / PUBLISH.md
index 228e4b97f49ab0cea4dd424ffebaa995e90cc889..a9496d5b414d79a4866382bb25228d0a7a6d057e 100644 (file)
@@ -1,13 +1,13 @@
 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"`.