Skip to content

Commit

Permalink
fix: release-template (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna922 authored May 13, 2024
1 parent e7b038c commit 51233be
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 51233be

Please sign in to comment.