1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Update content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Sarita Iyer
2021-09-12 22:45:32 -04:00
committed by GitHub
parent 23dfe96451
commit 6fc3ebf9e5

View File

@@ -93,7 +93,7 @@ You can choose whether {% data variables.large_files.product_name_long %} ({% da
```shell
gh release create v1.3.2 --title "v1.3.2 (beta)" --notes "this is a beta release" --prerelease
```
If you @mention any {% data variables.product.product_name %} users in the notes, the published release on {% data variables.prodname_dotcom_the_website %} will include a **Contributors** section with a "facepile" of all the mentioned users.
If you @mention any {% data variables.product.product_name %} users in the notes, the published release on {% data variables.product.prodname_dotcom_the_website %} will include a **Contributors** section with a "facepile" of all the mentioned users.
{% endcli %}