mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 17:28:07 +00:00
439 B
439 B
Steps to publish a new clippy version
- Bump
package.version
in./Cargo.toml
(no need to manually bumpdependencies.clippy_lints.version
). - Run
./pre_publish.sh
- Write a changelog entry.
- Review and commit all changed files
git push
- Wait for Travis's approval.
- Merge.
cargo publish
in./clippy_clints
.cargo publish
in the root directory.git pull
.git tag -s v0.0.X -m "v0.0.X"
.git push --tags
.