Skip to content

Commit 8d42288

Browse files
committed
Document to only push the created tag and not everything
1 parent 9c4651f commit 8d42288

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)