Steps to publish a new clippy version
cargo test
.package.version
in ./Cargo.toml
(no need to manually bump dependencies.clippy_lints.version
)../util/update_lints.py
../Cargo.toml
, ./clippy_lints/Cargo.toml
and ./CHANGELOG.md
.git push
cargo publish
in ./clippy_clints
.cargo publish
in the root directory.git pull
.git tag -s v0.0.X
.git push --tags
.