From 80551785f0ebfe1dd6f9a2d5f69eed69c9272908 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 21 Mar 2024 12:37:48 +0530 Subject: [PATCH] chore(ci): update release-drafter configurations Disable filter-by-commitsh flag. --- .github/release-drafter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 682808bd..ec99f2d1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -5,7 +5,7 @@ pull-request: fix: '🐛 $TITLE (#$NUMBER)' feat: '🚀 $TITLE (#$NUMBER)' default: '$TITLE (#$NUMBER)' -filter-by-commitsh: true +# filter-by-commitsh: true autolabeler: - label: 'bug' branch: @@ -132,4 +132,4 @@ template: | ## Contributors - $CONTRIBUTORS \ No newline at end of file + $CONTRIBUTORS