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

Fix teeny error in versioning (#22448)

This commit is contained in:
Lucas Costi
2021-10-28 15:55:12 +10:00
committed by GitHub
parent c04776f371
commit d79462501c

View File

@@ -55,7 +55,7 @@ You can choose whether {% data variables.large_files.product_name_long %} ({% da
{% endif %}
5. If you have created a new tag, use the drop-down menu to select the branch that contains the project you want to release.
{% ifversion fpt or ghec ghes > 3.2 or ghae-issue-4865 %}![Choose a branch](/assets/images/help/releases/releases-choose-branch.png)
{% 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 %}