Add wiki updating to publish steps

This commit is contained in:
Oliver Schneider 2017-04-07 16:42:08 +02:00 committed by GitHub
parent c657d603ba
commit 0432f1efd3
1 changed files with 6 additions and 0 deletions

View File

@ -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:Manishearth/rust-clippy.wiki.git ../rust-clippy.wiki.git`
- `./util/update_wiki.py`
- `cd ../rust-clippy.wiki.git`
- `git add *`
- `git commit`
- `git push`