File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ push :
5+ # branches to consider in the event; optional, defaults to all
6+ branches :
7+ - master
8+
9+ jobs :
10+ update_release_draft :
11+ runs-on : ubuntu-latest
12+ steps :
13+ # Drafts your next Release notes as Pull Requests are merged into "master"
14+ - uses : release-drafter/release-drafter@v5
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17+
18+ name-template : ' v$NEXT_PATCH_VERSION 🌈'
19+ tag-template : ' v$NEXT_PATCH_VERSION'
120categories :
221 - title : ' 🚀 Features'
3- label : ' feature'
22+ labels :
23+ - ' feature'
24+ - ' enhancement'
25+ - ' added'
426 - title : ' 🐛 Bug Fixes'
527 labels :
628 - ' fix'
729 - ' bugfix'
8- - ' bug'
30+ - ' bug'
31+ - ' fixed'
32+ - title : ' ⚙️ Changes'
33+ labels :
34+ - ' changed'
35+ - ' dependencies'
36+ - title : ' 🧰 Removed'
37+ label : ' removed'
38+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
39+ template : |
40+ ## Changes
41+
42+ $CHANGES
You can’t perform that action at this time.
0 commit comments