From 701df2493b0e667da839ff482b2fe46989758113 Mon Sep 17 00:00:00 2001 From: Chayim Date: Mon, 13 Nov 2023 12:47:47 +0200 Subject: [PATCH] filter commits for main branch (#3608) --- .github/release-drafter-config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml index edc2911f43..4607da071c 100644 --- a/.github/release-drafter-config.yml +++ b/.github/release-drafter-config.yml @@ -1,5 +1,7 @@ name-template: '$NEXT_MINOR_VERSION' tag-template: 'v$NEXT_MINOR_VERSION' +filter-by-commitish: true +commitish: master autolabeler: - label: 'maintenance' files: @@ -35,6 +37,8 @@ categories: labels: - 'maintenance' - 'dependencies' + - 'documentation' + - 'docs' - 'testing' change-template: '- $TITLE (#$NUMBER)' exclude-labels: