We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deploy
1 parent d8dff61 commit 3786c07Copy full SHA for 3786c07
book/src/development/infrastructure/release.md
@@ -88,9 +88,6 @@ git push upstream stable
88
After updating the `stable` branch, tag the HEAD commit and push it to the
89
Clippy repo.
90
91
-> Note: Only push the tag once the Deploy GitHub action of the `beta` branch is
92
-> finished. Otherwise the deploy for the tag might fail.
93
-
94
```bash
95
git tag rust-1.XX.0 # XX should be exchanged with the corresponding version
96
git push upstream rust-1.XX.0 # `upstream` is the `rust-lang/rust-clippy` remote
0 commit comments