Skip to content

Commit 5cb49bc

Browse files
committed
Auto merge of rust-lang#7283 - flip1995:release-doc, r=giraffate
Document to only push the created tag and not everything Inspired by https://stackoverflow.com/a/5195913 changelog: none
2 parents 2fa9362 + 8d42288 commit 5cb49bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ After finding the Clippy commit, it can be tagged with the release number.
9494
# Assuming the current directory corresponds to the Clippy repository
9595
$ git checkout $SHA
9696
$ git tag rust-1.XX.0 # XX should be exchanged with the corresponding version
97-
$ git push upstream master --tags # `upstream` is the `rust-lang/rust-clippy` remote
97+
$ git push upstream rust-1.XX.0 # `upstream` is the `rust-lang/rust-clippy` remote
9898
```
9999

100100
After this, the release should be available on the Clippy [release page].

0 commit comments

Comments
 (0)