Skip to content

Commit

Permalink
chore: 릴리즈 발행 노트 config
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql authored May 2, 2023
1 parent 37b11cf commit 91a867d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: 'Features'
label: 'enhancement'
label: 'feature'
- title: 'Fixes'
label: 'fix'
label: 'bug'
- title: 'Etcetera'
label: 'docs'
- title: 'Infra'
label: 'infra'
- title: 'Test'
label: 'test'
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

0 comments on commit 91a867d

Please sign in to comment.