mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 20:13:10 +00:00
This cleans up a few leftover things after https://github.com/rust-lang-nursery/rust-clippy/pull/3018
438 B
438 B
Steps to publish a new Clippy version
- Bump
package.versionin./Cargo.toml(no need to manually bumpdependencies.clippy_lints.version). - Write a changelog entry.
- Run
./pre_publish.sh - Review and commit all changed files
git push- Wait for Travis's approval.
- Merge.
cargo publishin./clippy_lints.cargo publishin the root directory.git pull.git tag -s v0.0.X -m "v0.0.X".git push --tags.