2018-07-05 05:37:50 -05:00
|
|
|
Steps to publish a new Clippy version
|
2016-11-08 04:52:38 -06:00
|
|
|
|
|
|
|
- Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
|
|
|
|
- Write a changelog entry.
|
2018-07-11 00:59:37 -05:00
|
|
|
- If a nightly update is needed, update `min_version.txt` using `rustc -vV > min_version.txt`
|
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.
|
2017-09-23 15:36:40 -05:00
|
|
|
- `cargo publish` in `./clippy_lints`.
|
2016-11-08 04:52:38 -06:00
|
|
|
- `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`.
|