From abdba4c7dbd533994db79d4f76b31d39607560d1 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 18 Apr 2023 10:53:03 -0600 Subject: [PATCH] Exclude Duplicates from Release Notes Closes gh-763 --- scripts/release/release-notes-sections.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/release/release-notes-sections.yml b/scripts/release/release-notes-sections.yml index 574c8cfb..2df63b02 100644 --- a/scripts/release/release-notes-sections.yml +++ b/scripts/release/release-notes-sections.yml @@ -1,4 +1,7 @@ -releasenotes: +changelog: + issues: + exclude: + labels: ["duplicate", "invalid", "declined"] sections: - title: "New Features" emoji: ":star:"