From 3ff1f003f4bde548ad0faadc3a0e4f271da70a40 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 2 Jun 2023 11:39:37 -0400 Subject: [PATCH] Omit internal and documentation changes from changelog (#4814) --- .github/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index ddaefcb7e5..a27541985e 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,5 +1,9 @@ # https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes changelog: + exclude: + labels: + - internal + - documentation categories: - title: Breaking Changes labels: @@ -11,6 +15,7 @@ changelog: - title: Settings labels: - configuration + - cli - title: Bug Fixes labels: - bug