From 118fa7ca0b249f43a2b427b2c30cf1da6aaa976c Mon Sep 17 00:00:00 2001 From: M Hickford Date: Sun, 5 Jun 2022 23:08:07 +0100 Subject: [PATCH 1/3] Describe contents of automatically generated release notes --- .../automatically-generated-release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 4cb3addc93..e35226edd8 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 @@ -19,6 +19,14 @@ communityRedirect: Automatically generated release notes provide an automated alternative to manually writing release notes for your {% data variables.product.prodname_dotcom %} releases. With automatically generated release notes, you can quickly generate an overview of the contents of a release. You can also customize your automated release notes, using labels to create custom categories to organize pull requests you want to include, and exclude certain labels and users from appearing in the output. +### Contents of automatically generated release notes + +The automatically generated release notes include: + +* A list of merged pull requests. +* A list of contributors to the release. +* A link to a full changelog. + ## Creating automatically generated release notes for a new release {% data reusables.repositories.navigate-to-repo %} From d9655fa4b3400fe468ce4ba5d2167f0df5042b1b Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Tue, 7 Jun 2022 11:25:01 +0200 Subject: [PATCH 2/3] Combine list and existing conceptual content --- .../automatically-generated-release-notes.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 e35226edd8..3c94bbe950 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 @@ -17,16 +17,9 @@ communityRedirect: ## About automatically generated release notes -Automatically generated release notes provide an automated alternative to manually writing release notes for your {% data variables.product.prodname_dotcom %} releases. With automatically generated release notes, you can quickly generate an overview of the contents of a release. You can also customize your automated release notes, using labels to create custom categories to organize pull requests you want to include, and exclude certain labels and users from appearing in the output. - -### Contents of automatically generated release notes - -The automatically generated release notes include: - -* A list of merged pull requests. -* A list of contributors to the release. -* A link to a full changelog. +Automatically generated release notes provide an automated alternative to manually writing release notes for your {% data variables.product.prodname_dotcom %} releases. With automatically generated release notes, you can quickly generate an overview of the contents of a release. Automatically generated release notes include a list of merged pull requests, a list of contributors to the release, and a link to a full changelog. +You can also customize your automated release notes, using labels to create custom categories to organize pull requests you want to include, and exclude certain labels and users from appearing in the output. ## Creating automatically generated release notes for a new release {% data reusables.repositories.navigate-to-repo %} From 356cfecea34be776dbee408fe9e53df947826aaf Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Tue, 7 Jun 2022 11:26:04 +0200 Subject: [PATCH 3/3] Trivial spacing adjustment --- .../automatically-generated-release-notes.md | 1 + 1 file changed, 1 insertion(+) 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 3c94bbe950..397fc4b7f0 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 @@ -20,6 +20,7 @@ communityRedirect: Automatically generated release notes provide an automated alternative to manually writing release notes for your {% data variables.product.prodname_dotcom %} releases. With automatically generated release notes, you can quickly generate an overview of the contents of a release. Automatically generated release notes include a list of merged pull requests, a list of contributors to the release, and a link to a full changelog. You can also customize your automated release notes, using labels to create custom categories to organize pull requests you want to include, and exclude certain labels and users from appearing in the output. + ## Creating automatically generated release notes for a new release {% data reusables.repositories.navigate-to-repo %}