From 5fddeb00f828e9542ab66e0ae1de9ca0a3d8b992 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 16 Sep 2024 15:59:52 -0500 Subject: [PATCH] Update release-drafter.yml --- .github/release-drafter.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 7366e78c..da696558 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,3 @@ -name-template: '$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' tag-prefix: "" categories: - title: '🚀 Features' @@ -21,10 +19,6 @@ template: | $CHANGES - ## Contributors - - $CONTRIBUTORS - change-title-escapes: '\<*_&"''' autolabeler: - label: 'documentation' @@ -57,4 +51,6 @@ replacers: - search: /`/g replace: '' exclude-labels: - - 'skip-changelog' \ No newline at end of file + - 'skip-changelog' + +filter-by-commitish: true \ No newline at end of file