From dbac8feb26ad594fdd62b5f28952b4c13aca9984 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Sat, 16 Mar 2024 00:15:49 +0530 Subject: [PATCH] chore(releasenotes): update workflow configurations Rename label feat to feature under categories. --- .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 0fd4dd7e..a21db2e5 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -79,7 +79,7 @@ autolabeler: categories: - title: '🚀 Features' labels: - - 'feat' + - 'feature' - "type: enhancement" - "type: new feature" - "type: major" @@ -131,4 +131,4 @@ template: | ## Contributors - $CONTRIBUTORS \ No newline at end of file + $CONTRIBUTORS