From 3cb25ace891d2d5195b608ac358f36e32b995fa4 Mon Sep 17 00:00:00 2001 From: Seungbin Oh Date: Sun, 6 Aug 2023 21:51:12 +0900 Subject: [PATCH] chore: add release drafter labels --- .github/release-drafter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 10973669..59ac9c54 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -3,6 +3,7 @@ tag-template: 'v$RESOLVED_VERSION' categories: - title: '🚀 Features' labels: + - 'feat' - 'enhancement' - title: '🐛 Bug Fixes' labels: @@ -12,6 +13,9 @@ categories: - 'test' - 'documentation' - 'cicd' + - 'dart' + - 'dependencies' + - 'g11n' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: