diff options
| author | flip1995 <hello@philkrones.com> | 2020-10-09 09:40:57 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2020-10-09 09:40:57 +0200 |
| commit | c85cb76064ae24ee16efa426280ccbd7b7b54f4b (patch) | |
| tree | 110a36091775a8e67f6bb3a1bba13c2cbd055c33 | |
| parent | 195cc9be94c51fb4651f447d1dda11c788650315 (diff) | |
| download | rust-c85cb76064ae24ee16efa426280ccbd7b7b54f4b.tar.gz rust-c85cb76064ae24ee16efa426280ccbd7b7b54f4b.zip | |
Update release documentation
| -rw-r--r-- | doc/release.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release.md b/doc/release.md index 391952ea6b1..eaa6a9af277 100644 --- a/doc/release.md +++ b/doc/release.md @@ -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 ``` |
