diff options
author | 2025-02-24 10:28:04 +0000 | |
---|---|---|
committer | 2025-02-24 10:28:04 +0000 | |
commit | b505c6115ca786d580bde55de665fe6be9a26f1a (patch) | |
tree | 7e45eb2ae256462cbb0a8fbbe1accd6a07209e89 | |
parent | 6012e061cdd07688be73d5d543ad3a055c373475 (diff) | |
download | astro-b505c6115ca786d580bde55de665fe6be9a26f1a.tar.gz astro-b505c6115ca786d580bde55de665fe6be9a26f1a.tar.zst astro-b505c6115ca786d580bde55de665fe6be9a26f1a.zip |
chore: update label name for preview releases (#13302)
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc358818f..db4c42d4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -285,7 +285,7 @@ Assigning labels isn't always easy and many times the distinction between the di ### Preview releases -You can trigger a preview release **from a PR** anytime by using the label `pr: preview`. Add this label, and a workflow will trigger, which at the end will add a comment with the instructions of how to install the preview release. +You can trigger a preview release **from a PR** anytime by using the label `pr preview`. Add this label, and a workflow will trigger, which at the end will add a comment with the instructions of how to install the preview release. If you're in need to trigger multiple preview releases from the same PR, remove the label and add it again. |