File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+
8+ jobs :
9+ update_release_draft :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : release-drafter/release-drafter@v5
13+ env :
14+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1+ name-template : ' $RESOLVED_VERSION'
2+ tag-template : ' $RESOLVED_VERSION'
3+ categories :
4+ - title : ' 🚀 Features'
5+ labels :
6+ - ' feature'
7+ - ' enhancement'
8+ - title : ' 🐛 Bug Fixes'
9+ labels :
10+ - ' bug'
11+ - ' bugfix'
12+ - title : ' 🧰 Maintenance'
13+ label :
14+ - ' dependencies'
15+ - ' maintenance'
16+ change-template : ' - $TITLE by @$AUTHOR (#$NUMBER)'
17+ change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
18+ version-resolver :
19+ major :
20+ labels :
21+ - ' major'
22+ minor :
23+ labels :
24+ - ' minor'
25+ patch :
26+ labels :
27+ - ' patch'
28+ default : patch
29+ template : |
30+ ## Changes
31+
32+ $CHANGES
33+
34+ ## 👨🏼💻 Contributors
35+
36+ $CONTRIBUTORS
You can’t perform that action at this time.
0 commit comments