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

Fix Releases versioning for GHES 3.4 (#22503)

This commit is contained in:
Vanessa
2021-11-01 11:28:07 +10:00
committed by GitHub
parent 9a0b818cd5
commit 6edf809b4a
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ topics:
{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-4974 %}
![An overview of releases](/assets/images/help/releases/refreshed-releases-overview-with-contributors.png)
{% elsif ghes > 3.2 or ghae-issue-4972 %}
{% elsif ghes > 3.3 or ghae-issue-4972 %}
![An overview of releases](/assets/images/help/releases/releases-overview-with-contributors.png)
{% else %}
![An overview of releases](/assets/images/help/releases/releases-overview.png)

View File

@@ -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 %}![Choose a branch](/assets/images/help/releases/releases-choose-branch.png)
{% else %}![Releases tagged branch](/assets/images/enterprise/releases/releases-tag-branch.png){% 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**.
![Edit a release](/assets/images/help/releases/edit-release.png)
{% 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 %}
![Update a release](/assets/images/help/releases/update-release.png)
{% endwebui %}