]> git.lizzy.rs Git - rust.git/blobdiff - PUBLISH.md
Fix order of publishing steps
[rust.git] / PUBLISH.md
index 228e4b97f49ab0cea4dd424ffebaa995e90cc889..1ff3f2b4b73104dd0faae19c34037d9fe1e283e5 100644 (file)
@@ -1,8 +1,8 @@
 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.