Add a note to the beta sections of release.md

This commit is contained in:
flip1995 2020-04-23 20:14:06 +02:00
parent a609a9eb79
commit 4619bb243d
No known key found for this signature in database
GPG Key ID: 2CEFCDB27ED0BE79
1 changed files with 3 additions and 0 deletions

View File

@ -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