Files
rust/PUBLISH.md
T
Philipp Hansch 20318ebc22 Cleanup old min_version stuff
This cleans up a few leftover things after
https://github.com/rust-lang-nursery/rust-clippy/pull/3018
2018-09-03 22:27:35 +02:00

438 B

Steps to publish a new Clippy version

  • Bump package.version in ./Cargo.toml (no need to manually bump dependencies.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 publish in ./clippy_lints.
  • cargo publish in the root directory.
  • git pull.
  • git tag -s v0.0.X -m "v0.0.X".
  • git push --tags.