Skip to content

Commit ed2b457

Browse files
committed
Auto merge of rust-lang#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
2 parents e87c028 + c85cb76 commit ed2b457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ be updated.
6868
```bash
6969
# Assuming the current directory corresponds to the Clippy repository
7070
$ git checkout beta
71-
$ git rebase $BETA_SHA
71+
$ git reset --hard $BETA_SHA
7272
$ git push upstream beta
7373
```
7474

0 commit comments

Comments
 (0)