X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=PUBLISH.md;h=b85605dc3b316f64d4f5ccd7eac6d0f909e98876;hb=c9cc11e9fa3cd98d8129a2a91a7859d4a0c0ee81;hp=228e4b97f49ab0cea4dd424ffebaa995e90cc889;hpb=7c1efc6570e43956ab438f282c0b48a08282aae5;p=rust.git diff --git a/PUBLISH.md b/PUBLISH.md index 228e4b97f49..b85605dc3b3 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -1,13 +1,13 @@ -Steps to publish a new clippy version +Steps to publish a new Clippy version - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`). -- Run `./pre_publish.sh` - Write a changelog entry. +- Run `./pre_publish.sh` - Review and commit all changed files - `git push` - Wait for Travis's approval. - Merge. -- `cargo publish` in `./clippy_clints`. +- `cargo publish` in `./clippy_lints`. - `cargo publish` in the root directory. - `git pull`. - `git tag -s v0.0.X -m "v0.0.X"`.