From 1f2e60852d3303e6f370ade37ef56cf70aae9e9d Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 28 Mar 2024 22:07:46 +0530 Subject: [PATCH] chore(releasenotes): update workflow configurations --- .github/release-drafter.yml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index f92689d96..a21db2e5b 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -11,6 +11,11 @@ autolabeler: - '/fix\/.+/' title: - '/fix/i' + - label: 'improvement' + branch: + - '/improv\/.+/' + title: + - '/improv/i' - label: 'feature' branch: - '/feature\/.+/' @@ -23,9 +28,9 @@ autolabeler: - '/docs/i' - label: 'maintenance' branch: - - '/(chore|refactor|style|test|ci|perf|build|deps)\/.+/' + - '/(chore|refactor|style|test|ci|perf|build)\/.+/' title: - - '/(chore|refactor|style|test|ci|perf|build|deps)/i' + - '/(chore|refactor|style|test|ci|perf|build)/i' - label: 'chore' branch: - '/chore\/.+/' @@ -74,21 +79,27 @@ autolabeler: categories: - title: '🚀 Features' labels: - - 'feat' + - 'feature' - "type: enhancement" - "type: new feature" - "type: major" - - title: '🐛 Bug Fixes' + - "type: minor" + - title: '💡 Improvements' labels: - - 'fix' + - 'improvement' - "type: improvement" + + - title: '🐛 Bug Fixes' + labels: + - 'fix' + - 'bug' - "type: bug" - - "type: minor" - title: '📚 Documentation' labels: - 'docs' - title: '🔧 Maintenance' labels: + - 'maintenance' - 'chore' - 'refactor' - 'style' @@ -96,9 +107,6 @@ categories: - 'ci' - 'perf' - 'build' - - 'deps' - - "type: dependency upgrade" - - "dependencies" - "type: ci" - "type: build" - title: '⏪ Reverts'