mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
Auto merge of #6148 - flip1995:release_doc, r=ebroto
Update release documentation When updating the beta branch, we want to reset, instead of rebase. Otherwise we might produce again new commits on the beta branch, that aren't on the master branch. changelog: none
This commit is contained in:
commit
ed2b457fbe
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ be updated.
|
|||
```bash
|
||||
# Assuming the current directory corresponds to the Clippy repository
|
||||
$ git checkout beta
|
||||
$ git rebase $BETA_SHA
|
||||
$ git reset --hard $BETA_SHA
|
||||
$ git push upstream beta
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue