Index: .github/release-drafter-config.yml =================================================================== diff -u -r1a65cc63720d9a2f52c54fa155db6205a90dbafd -r33f87eb92457c47b19e5c229c90f8e31f26afd00 --- .github/release-drafter-config.yml (.../release-drafter-config.yml) (revision 1a65cc63720d9a2f52c54fa155db6205a90dbafd) +++ .github/release-drafter-config.yml (.../release-drafter-config.yml) (revision 33f87eb92457c47b19e5c229c90f8e31f26afd00) @@ -1,4 +1,4 @@ -name-template: 'v$RESOLVED_VERSION 🌈' ## 릴리즈 제목 +name-template: 'v$RESOLVED_VERSION' ## 릴리즈 제목 tag-template: 'v$RESOLVED_VERSION' ## 태그 categories: - title: '🚀 Features' @@ -10,7 +10,7 @@ - 'fix' - 'bugfix' - 'bug' - - title: '🧰 Maintenance' + - title: '🌈 Maintenance' label: 'chore' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.