Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3786c07

Browse files
committed
remove the notation of the deploy job
1 parent d8dff61 commit 3786c07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

book/src/development/infrastructure/release.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ git push upstream stable
8888
After updating the `stable` branch, tag the HEAD commit and push it to the
8989
Clippy repo.
9090

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-
9491
```bash
9592
git tag rust-1.XX.0 # XX should be exchanged with the corresponding version
9693
git push upstream rust-1.XX.0 # `upstream` is the `rust-lang/rust-clippy` remote

0 commit comments

Comments
 (0)