Add wiki updating to publish steps
This commit is contained in:
parent
c657d603ba
commit
0432f1efd3
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user