2016-11-08 04:52:38 -06:00
|
|
|
Steps to publish a new clippy version
|
|
|
|
|
|
|
|
- Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
|
|
|
|
- Write a changelog entry.
|
2017-02-27 02:49:18 -06:00
|
|
|
- Run `./pre_publish.sh`
|
2017-02-14 04:22:21 -06:00
|
|
|
- Review and commit all changed files
|
2016-11-08 04:52:38 -06:00
|
|
|
- `git push`
|
|
|
|
- Wait for Travis's approval.
|
|
|
|
- Merge.
|
|
|
|
- `cargo publish` in `./clippy_clints`.
|
|
|
|
- `cargo publish` in the root directory.
|
|
|
|
- `git pull`.
|
2017-02-14 04:22:21 -06:00
|
|
|
- `git tag -s v0.0.X -m "v0.0.X"`.
|
2016-11-08 04:52:38 -06:00
|
|
|
- `git push --tags`.
|
2017-04-07 09:42:08 -05:00
|
|
|
- `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`
|