From 51233be07650b7afe61c38eceea9ed723c837e52 Mon Sep 17 00:00:00 2001 From: hanna Date: Mon, 13 May 2024 23:40:30 +0900 Subject: [PATCH] fix: release-template (#91) --- .github/release.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index a8f6cf1..aa5603e 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -4,20 +4,23 @@ changelog: name-template: '@Yourssu Design/design-system-react@$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - - title: ':new: Exciting New Features!' - label: 'feat' - - title: ':ladybug: Fixed a Bug' + - title: 'πŸ†• Exciting New Features!' + labels: + - 'feat' + - title: '🐞 Fixed a Bug' labels: - 'bug' - 'fix' - - title: ':heart_hands::skin-tone-2: Improve User Experience' - label: 'docs' - - title: ':hammer_and_wrench: Strive for Better Code' - label: 'refactor' - - title: 'ETC' + - title: '🫢🏻 Improve User Experience' + labels: + - 'docs' + - title: 'πŸ› οΈ Strive for Better Code' + labels: + - 'refactor' + - title: 'πŸ‘©πŸ»β€πŸ’» ETC' labels: - '*' - change-template: '* $TITLE (#$NUMBER) by @$AUTHOR' + change-template: '- $TITLE (#$NUMBER) by @$AUTHOR' change-title-escapes: '\<*_&#@`' exclude-labels: - 'Main'