From 118fa7ca0b249f43a2b427b2c30cf1da6aaa976c Mon Sep 17 00:00:00 2001 From: M Hickford Date: Sun, 5 Jun 2022 23:08:07 +0100 Subject: [PATCH] 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 %}