]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/PUBLISH.md
New upstream version 1.28.0+dfsg1
[rustc.git] / src / tools / clippy / PUBLISH.md
CommitLineData
ea8adc8c
XL
1Steps to publish a new clippy version
2
3- Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
4- Write a changelog entry.
5- Run `./pre_publish.sh`
6- Review and commit all changed files
7- `git push`
8- Wait for Travis's approval.
9- Merge.
abe05a73 10- `cargo publish` in `./clippy_lints`.
ea8adc8c
XL
11- `cargo publish` in the root directory.
12- `git pull`.
13- `git tag -s v0.0.X -m "v0.0.X"`.
14- `git push --tags`.