Skip to content

Commit 41007c8

Browse files
committed
Add a note to the beta sections of release.md
1 parent d01a498 commit 41007c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ to the beta Rust release. The remerge is then necessary, to make sure that the
6363
Clippy commit, that was used by the now stable Rust release, persists in the
6464
tree of the Clippy repository.
6565

66+
To find out if this step is necessary run `git branch master --contains beta`.
67+
If this command outputs `master`, this step if **not** necessary.
68+
6669
```bash
6770
# Assuming `HEAD` is the current `master` branch of rust-lang/rust-clippy
6871
$ git checkout -b backport_remerge

0 commit comments

Comments
 (0)