Fix Releases versioning for GHES 3.4 (#22503)
This commit is contained in:
@@ -21,7 +21,7 @@ topics:
|
||||
|
||||
{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-4974 %}
|
||||

|
||||
{% elsif ghes > 3.2 or ghae-issue-4972 %}
|
||||
{% elsif ghes > 3.3 or ghae-issue-4972 %}
|
||||

|
||||
{% else %}
|
||||

|
||||
|
||||
@@ -58,7 +58,7 @@ You can choose whether {% data variables.large_files.product_name_long %} ({% da
|
||||
{% ifversion fpt or ghec or ghes > 3.2 or ghae-issue-4865 %}
|
||||
{% else %}{% endif %}
|
||||
6. Type a title and description for your release.
|
||||
{%- ifversion fpt or ghec or ghes > 3.2 or ghae-issue-4972 %}
|
||||
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-4972 %}
|
||||
If you @mention any {% data variables.product.product_name %} users in the description, the published release will include a **Contributors** section with an avatar list of all the mentioned users.
|
||||
{%- endif %}
|
||||
{% ifversion fpt or ghec %} Alternatively, you can automatically generate your release notes by clicking **Auto-generate release notes**.
|
||||
@@ -102,7 +102,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
|
||||
```
|
||||
{% ifversion fpt or ghes > 3.2 or ghae-issue-4972 or ghec %}
|
||||
{% ifversion fpt or ghes > 3.3 or ghae-issue-4972 or ghec %}
|
||||
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 an avatar list of all the mentioned users.
|
||||
{% endif %}
|
||||
|
||||
@@ -123,7 +123,7 @@ If you @mention any {% data variables.product.product_name %} users in the notes
|
||||
3. On the right side of the page, next to the release you want to edit, click **Edit release**.
|
||||

|
||||
{% endif %}
|
||||
4. Edit the details for the release in the form, then click **Update release**.{% ifversion fpt or ghec or ghes > 3.2 or ghae-issue-4972 %} If you add or remove any @mentions of GitHub users in the description, those users will be added or removed from the avatar list in the **Contributors** section of the release.{% endif %}
|
||||
4. Edit the details for the release in the form, then click **Update release**.{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-4972 %} If you add or remove any @mentions of GitHub users in the description, those users will be added or removed from the avatar list in the **Contributors** section of the release.{% endif %}
|
||||

|
||||
|
||||
{% endwebui %}
|
||||
|
||||
Reference in New Issue
Block a user