mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Add a note to the beta sections of release.md
This commit is contained in:
parent
a609a9eb79
commit
4619bb243d
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ to the beta Rust release. The remerge is then necessary, to make sure that the
|
|||
Clippy commit, that was used by the now stable Rust release, persists in the
|
||||
tree of the Clippy repository.
|
||||
|
||||
To find out if this step is necessary run `git branch master --contains beta`.
|
||||
If this command outputs `master`, this step is **not** necessary.
|
||||
|
||||
```bash
|
||||
# Assuming `HEAD` is the current `master` branch of rust-lang/rust-clippy
|
||||
$ git checkout -b backport_remerge
|
||||
|
|
Loading…
Add table
Reference in a new issue