Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/release/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ Send a PR to the master branch to:
they won't have to be removed. The easiest way to handle this is to change
them anyway and let CI show you the failure.

- Ensure there are no new warnings or Clippy lints affecting the codebase:

```
./x clippy ci
```

## Release day (Thursday)

Decide on a time to do the release. You are fully in charge of deciding when
Expand Down
Loading