Skip to content

Commit 0432f1e

Browse files
authored
Add wiki updating to publish steps
1 parent c657d60 commit 0432f1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PUBLISH.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ Steps to publish a new clippy version
1212
- `git pull`.
1313
- `git tag -s v0.0.X -m "v0.0.X"`.
1414
- `git push --tags`.
15+
- `git clone [email protected]:Manishearth/rust-clippy.wiki.git ../rust-clippy.wiki.git`
16+
- `./util/update_wiki.py`
17+
- `cd ../rust-clippy.wiki.git`
18+
- `git add *`
19+
- `git commit`
20+
- `git push`

0 commit comments

Comments
 (0)