From 3786c07463bc777b310de71adef9d3e75196ea09 Mon Sep 17 00:00:00 2001 From: lapla-cogito Date: Sun, 23 Mar 2025 21:09:28 +0900 Subject: [PATCH] remove the notation of the `deploy` job --- book/src/development/infrastructure/release.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/book/src/development/infrastructure/release.md b/book/src/development/infrastructure/release.md index 8b080c099b81..a429e0d953c4 100644 --- a/book/src/development/infrastructure/release.md +++ b/book/src/development/infrastructure/release.md @@ -88,9 +88,6 @@ git push upstream stable After updating the `stable` branch, tag the HEAD commit and push it to the Clippy repo. -> Note: Only push the tag once the Deploy GitHub action of the `beta` branch is -> finished. Otherwise the deploy for the tag might fail. - ```bash git tag rust-1.XX.0 # XX should be exchanged with the corresponding version git push upstream rust-1.XX.0 # `upstream` is the `rust-lang/rust-clippy` remote