Index: .github/workflows/release-drafter.yml =================================================================== diff -u -r77c0a46580746b7834b1ce2fbcabd810bbb59e62 -r16219e6781fea62a367b28be1f7c301596d0d490 --- .github/workflows/release-drafter.yml (.../release-drafter.yml) (revision 77c0a46580746b7834b1ce2fbcabd810bbb59e62) +++ .github/workflows/release-drafter.yml (.../release-drafter.yml) (revision 16219e6781fea62a367b28be1f7c301596d0d490) @@ -4,6 +4,7 @@ push: branches: - master + jobs: release-application: runs-on: ubuntu-latest @@ -19,36 +20,4 @@ with: tag: ${{ steps.tag_version.outputs.new_tag }} name: Release ${{ steps.tag_version.outputs.new_tag }} - body: ${{ steps.tag_version.outputs.changelog }} - -name-template: 'v$RESOLVED_VERSION' ## 릴리즈 제목 -tag-template: 'v$RESOLVED_VERSION' ## 태그 -categories: - - title: '🚀 Features' - labels: - - 'feature' - - 'enhancement' - - title: '🐛 Bug Fixes' - labels: - - '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: - - 'major' - minor: - labels: - - 'minor' - patch: - labels: - - 'patch' - default: patch -template: | # 릴리즈 내용 - ## Changes (v$RESOLVED_VERSION) - - $CHANGES \ No newline at end of file + body: ${{ steps.tag_version.outputs.changelog }} \ No newline at end of file