File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name-template : ' v$RESOLVED_VERSION 🦀'
2+ tag-template : ' v$RESOLVED_VERSION'
3+ categories :
4+ - title : ' 🚀 Features'
5+ labels :
6+ - ' feature'
7+ - ' enhancement'
8+ - title : ' 🐛 Bug Fixes'
9+ labels :
10+ - ' fix'
11+ - ' bugfix'
12+ - ' bug'
13+ - title : ' 🧰 Maintenance'
14+ label : ' chore'
15+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
16+ change-title-escapes : ' \<*_&'
17+ version-resolver :
18+ major :
19+ labels :
20+ - ' major'
21+ minor :
22+ labels :
23+ - ' minor'
24+ patch :
25+ labels :
26+ - ' patch'
27+ default : patch
28+ template : |
29+ ## Changes
30+
31+ $CHANGES
Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+ pull_request :
8+ types : [opened, reopened, synchronize]
9+
10+ permissions :
11+ contents : read
12+
13+ jobs :
14+ update_release_draft :
15+ permissions :
16+ contents : write
17+ pull-requests : write
18+ runs-on : ubuntu-latest
19+ steps :
20+ - uses : release-drafter/release-drafter@v5
21+ env :
22+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments