Update release documentation

This commit is contained in:
flip1995 2020-10-09 09:40:57 +02:00
parent 195cc9be94
commit c85cb76064
No known key found for this signature in database
GPG key ID: 2CEFCDB27ED0BE79

View file

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