Add release note template (#322)
Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
parent
a57dfe743b
commit
bcab163c8e
25
.github/release-drafter.yml
vendored
Normal file
25
.github/release-drafter.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name-template: 'v$RESOLVED_VERSION 🌈'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
labels:
|
||||
- 'type: enhancement'
|
||||
- 'type: epic'
|
||||
- 'type: feature request'
|
||||
- title: '🐛 Bug Fixes'
|
||||
labels:
|
||||
- 'type: bug'
|
||||
- title: '🧰 Maintenance'
|
||||
labels:
|
||||
- 'type: chore'
|
||||
- 'type: ci'
|
||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||
template: |
|
||||
## Changes
|
||||
|
||||
$CHANGES
|
||||
|
||||
## Contributor
|
||||
|
||||
$CONTRIBUTORS
|
||||
Loading…
x
Reference in New Issue
Block a user