Skip to content

Commit 1716de8

Browse files
committed
add note about running clippy ci
1 parent aadb3ca commit 1716de8

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)