Skip to content

Commit

Permalink
Auto merge of rust-lang#7283 - flip1995:release-doc, r=giraffate
Browse files Browse the repository at this point in the history
Document to only push the created tag and not everything

Inspired by https://stackoverflow.com/a/5195913

changelog: none
  • Loading branch information
bors committed May 27, 2021
2 parents 2fa9362 + 8d42288 commit 5cb49bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ After finding the Clippy commit, it can be tagged with the release number.
# Assuming the current directory corresponds to the Clippy repository
$ git checkout $SHA
$ git tag rust-1.XX.0 # XX should be exchanged with the corresponding version
$ git push upstream master --tags # `upstream` is the `rust-lang/rust-clippy` remote
$ git push upstream rust-1.XX.0 # `upstream` is the `rust-lang/rust-clippy` remote
```

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

0 comments on commit 5cb49bc

Please sign in to comment.