]> git.lizzy.rs Git - rust.git/blob - PUBLISH.md
Merge pull request #3465 from flip1995/rustfmt
[rust.git] / PUBLISH.md
1 Steps to publish a new Clippy version
2
3 - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
4 - Write a changelog entry.
5 - Run `./pre_publish.sh`
6 - Review and commit all changed files
7 - `git push`
8 - Wait for Travis's approval.
9 - Merge.
10 - `cargo publish` in `./clippy_lints`.
11 - `cargo publish` in the root directory.
12 - `git pull`.
13 - `git tag -s v0.0.X -m "v0.0.X"`.
14 - `git push --tags`.