diff --git a/assets/images/help/releases/auto-generate-release-notes.png b/assets/images/enterprise/3.5/releases/auto-generate-release-notes.png similarity index 100% rename from assets/images/help/releases/auto-generate-release-notes.png rename to assets/images/enterprise/3.5/releases/auto-generate-release-notes.png diff --git a/assets/images/enterprise/3.5/releases/releases_description_auto.png b/assets/images/enterprise/3.5/releases/releases_description_auto.png new file mode 100644 index 0000000000..10b8275055 Binary files /dev/null and b/assets/images/enterprise/3.5/releases/releases_description_auto.png differ diff --git a/assets/images/help/releases/generate-release-notes.png b/assets/images/help/releases/generate-release-notes.png new file mode 100644 index 0000000000..f165300127 Binary files /dev/null and b/assets/images/help/releases/generate-release-notes.png differ diff --git a/assets/images/help/releases/releases_description_auto.png b/assets/images/help/releases/releases_description_auto.png index 10b8275055..9b104841c2 100644 Binary files a/assets/images/help/releases/releases_description_auto.png and b/assets/images/help/releases/releases_description_auto.png differ diff --git a/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md b/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md index c875d84894..d4b0d58aeb 100644 --- a/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md +++ b/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md @@ -37,9 +37,9 @@ Automatically generated release notes provide an automated alternative to manual {% ifversion fpt or ghec %}![Choose a branch](/assets/images/help/releases/releases-choose-branch.png) {% else %}![Releases tagged branch](/assets/images/enterprise/releases/releases-tag-branch.png) {% endif %} -{% data reusables.releases.previous-release-tag %} -7. To the top right of the description text box, click **Auto-generate release notes**. - ![Auto-generate release notes](/assets/images/help/releases/auto-generate-release-notes.png) +{% data reusables.releases.previous-release-tag %}7. To the top right of the description text box, click {% if previous-release-tag %}**Generate release notes**{% else %}**Auto-generate release notes**{% endif %}.{% if previous-release-tag %} + ![Generate release notes](/assets/images/help/releases/generate-release-notes.png){% else %} + ![Auto-generate release notes](/assets/images/enterprise/3.5/releases/auto-generate-release-notes.png){% endif %} 8. Check the generated notes to ensure they include all (and only) the information you want to include. 9. Optionally, to include binary files such as compiled programs in your release, drag and drop or manually select files in the binaries box. ![Providing a DMG with the Release](/assets/images/help/releases/releases_adding_binary.gif) diff --git a/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md b/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md index 9816e4db5d..31920e447b 100644 --- a/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md +++ b/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md @@ -52,17 +52,16 @@ 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 %} -{% data reusables.releases.previous-release-tag %} -6. Type a title and description for your release. +{% data reusables.releases.previous-release-tag %}6. Type a title and description for your release. {%- 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**. - {% endif %} - ![Releases description](/assets/images/help/releases/releases_description_auto.png) -7. Optionally, to include binary files such as compiled programs in your release, drag and drop or manually select files in the binaries box. + {% ifversion fpt or ghec or ghes > 3.3 %} Alternatively, you can automatically generate your release notes by clicking {% if previous-release-tag %}**Generate release notes**{% else %}**Auto-generate release notes**{% endif %}.{% endif %}{% if previous-release-tag %} + ![Releases description](/assets/images/help/releases/releases_description_auto.png){% else %} + ![Releases description](/assets/images/enterprise/3.5/releases/releases_description_auto.png){% endif %} +1. Optionally, to include binary files such as compiled programs in your release, drag and drop or manually select files in the binaries box. ![Providing a DMG with the Release](/assets/images/help/releases/releases_adding_binary.gif) -8. To notify users that the release is not ready for production and may be unstable, select **This is a pre-release**. +2. To notify users that the release is not ready for production and may be unstable, select **This is a pre-release**. ![Checkbox to mark a release as prerelease](/assets/images/help/releases/prerelease_checkbox.png) {%- ifversion fpt or ghec %} 1. Optionally, if {% data variables.product.prodname_discussions %} are enabled in the repository, select **Create a discussion for this release**, then select the **Category** drop-down menu and click a category for the release discussion.