remove the notation of the deploy job

This commit is contained in:
lapla-cogito 2025-03-23 21:09:28 +09:00
parent d8dff61275
commit 3786c07463
No known key found for this signature in database
GPG key ID: B39C71D9F127FF9F

View file

@ -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