488 B
488 B
Steps to publish a new clippy version
cargo test.
- Bump
package.versionin./Cargo.toml(no need to manually bumpdependencies.clippy_lints.version). - Run
./util/update_lints.py. - Write a changelog entry.
- Commit
./Cargo.toml,./clippy_lints/Cargo.tomland./CHANGELOG.md. git push- Wait for Travis's approval.
- Merge.
cargo publishin./clippy_clints.cargo publishin the root directory.git pull.git tag -s v0.0.X.git push --tags.