mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:35:32 +00:00
Using `nightly` means that the latest available nightly version will be used when cd'ing to a clippy checkout.
532 B
532 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.
- If a nightly update is needed, update
min_version.txtusingrustc -vV > min_version.txt - 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.