]> git.lizzy.rs Git - rust.git/blobdiff - PUBLISH.md
Merge branch 'master' into move_links
[rust.git] / PUBLISH.md
index 228e4b97f49ab0cea4dd424ffebaa995e90cc889..4a910c268e8a09439d83bac28d5bf1a7c9ed596d 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.
@@ -12,3 +12,9 @@ Steps to publish a new clippy version
 - `git pull`.
 - `git tag -s v0.0.X -m "v0.0.X"`.
 - `git push --tags`.
+- `git clone git@github.com:rust-lang-nursery/rust-clippy.wiki.git ../rust-clippy.wiki`
+- `./util/update_wiki.py`
+- `cd ../rust-clippy.wiki`
+- `git add *`
+- `git commit`
+- `git push`