mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 00:53:31 +00:00
Document to only push the created tag and not everything
This commit is contained in:
parent
9c4651f2ee
commit
8d422881bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
# Assuming the current directory corresponds to the Clippy repository
|
||||||
$ git checkout $SHA
|
$ git checkout $SHA
|
||||||
$ git tag rust-1.XX.0 # XX should be exchanged with the corresponding version
|
$ 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].
|
After this, the release should be available on the Clippy [release page].
|
||||||
|
|
Loading…
Reference in a new issue