mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +00:00
Fix publish commands creating the wrong directories
This commit is contained in:
parent
9abef6affd
commit
52dec9d20b
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +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`
|
||||
- `git clone git@github.com:Manishearth/rust-clippy.wiki.git ../rust-clippy.wiki`
|
||||
- `./util/update_wiki.py`
|
||||
- `cd ../rust-clippy.wiki.git`
|
||||
- `cd ../rust-clippy.wiki`
|
||||
- `git add *`
|
||||
- `git commit`
|
||||
- `git push`
|
||||
|
|
Loading…
Add table
Reference in a new issue