Index: .github/release-drafter-config.yml =================================================================== diff -u -r2fb36c72ef3e36e33ef2f0f9e6f5da083ecedd02 -r1a65cc63720d9a2f52c54fa155db6205a90dbafd --- .github/release-drafter-config.yml (.../release-drafter-config.yml) (revision 2fb36c72ef3e36e33ef2f0f9e6f5da083ecedd02) +++ .github/release-drafter-config.yml (.../release-drafter-config.yml) (revision 1a65cc63720d9a2f52c54fa155db6205a90dbafd) @@ -1,18 +1,19 @@ -name-template: 'πŸš€ v$RESOLVED_VERSION' -tag-template: 'v$RESOLVED_VERSION' +name-template: 'v$RESOLVED_VERSION 🌈' ## 릴리즈 제λͺ© +tag-template: 'v$RESOLVED_VERSION' ## νƒœκ·Έ categories: - - title: 'πŸ’‘ Features' + - title: 'πŸš€ Features' labels: - - '🌈 Feature' - - title: 'πŸ› Bug fixes' + - 'feature' + - 'enhancement' + - title: 'πŸ› Bug Fixes' labels: - - '⚠️ Bug' - - title: '🀯 Inner Changes' - labels: - - 'πŸ“¦ Chore' - - 'πŸ“ƒ Docs' -change-template: '- $TITLE #$NUMBER @$AUTHOR ' -change-title-escapes: '\<*_&' + - 'fix' + - 'bugfix' + - 'bug' + - 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. version-resolver: major: labels: @@ -24,8 +25,22 @@ labels: - 'patch' default: patch -template: | - ## πŸš€ What has changed in this version? - --- +template: | # 릴리즈 λ‚΄μš© + ## Changes (v$RESOLVED_VERSION) + $CHANGES -no-changes-template: 'No changes.' \ No newline at end of file +autolabeler: # PR에 μžλ™μœΌλ‘œ label λΆ™ν˜€μ£ΌλŠ” κ·œμΉ™ + - label: 'chore' + files: + - '*.md' + title: + - '/chore/i' + - label: 'bug' + title: + - '/fix/i' + - '/hotfix/i' + - '/bug/i' + - label: 'feature' + title: + - '/feat/i' + - '/feature/i' \ No newline at end of file