Skip to content

Commit 15ce496

Browse files
authored
Merge pull request #782 from rust-lang/pa-clippy-ci
Add note about running clippy ci during the release process
2 parents aadb3ca + 1716de8 commit 15ce496

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/release/process.md

+6
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ Send a PR to the master branch to:
146146
they won't have to be removed. The easiest way to handle this is to change
147147
them anyway and let CI show you the failure.
148148
149+
- Ensure there are no new warnings or Clippy lints affecting the codebase:
150+
151+
```
152+
./x clippy ci
153+
```
154+
149155
## Release day (Thursday)
150156
151157
Decide on a time to do the release. You are fully in charge of deciding when

0 commit comments

Comments
 (0)