From 540445db8f5ffdeddcf5a8c6e655445a5a309e71 Mon Sep 17 00:00:00 2001 From: adriangalilea Date: Fri, 2 Aug 2024 13:38:55 +0200 Subject: [PATCH] fix: release-drafter --- .github/release-drafter.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index b82eedf..b891cfb 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -2,24 +2,38 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - title: '๐Ÿš€ Features' + labels: + - 'feature' commits: - '^feat' - title: '๐Ÿ› Bug Fixes' + labels: + - 'fix' commits: - '^fix' - title: '๐Ÿ“ Documentation' + labels: + - 'documentation' commits: - '^docs' - title: '๐Ÿงฐ Maintenance' + labels: + - 'chore' commits: - '^chore' - title: 'โ™ป๏ธ Refactoring' + labels: + - 'refactor' commits: - '^refactor' - title: '๐ŸŽจ Style' + labels: + - 'style' commits: - '^style' - title: '๐Ÿงช Testing' + labels: + - 'test' commits: - '^test' change-template: '- $TITLE @$AUTHOR ($COMMIT)'