From cc0c57da2316dbdf6d4c63142e7ddda70c26926a Mon Sep 17 00:00:00 2001 From: Mukesh Murugan <31455818+iammukeshm@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:11:37 +0530 Subject: [PATCH] Update release-drafter.yml (#1005) --- .github/release-drafter.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e08e91688..8e98dd998 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -7,9 +7,12 @@ categories: - title: 🚀 New features and improvements labels: - enhancement + - feat + - feature - title: 🐛 Bug fixes labels: - bug + - fix - title: 📦 Dependency updates labels: - dependencies @@ -17,6 +20,8 @@ categories: - title: 📝 Documentation updates labels: - documentation + - docs + - doc - title: 🌐 Localization and translation labels: - localization @@ -52,4 +57,4 @@ autolabeler: - label: 'enhancement' branch: - '/feature\/.+/' - \ No newline at end of file + - '/feat\/.+/'