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+ ---
2+ name-template : ' v$NEXT_MINOR_VERSION 🌈'
3+ tag-template : ' v$NEXT_MINOR_VERSION'
4+ categories :
5+ - title : ' 🚀 Features'
6+ labels :
7+ - ' feature'
8+ - ' enhancement'
9+ - title : ' 🐛 Bug Fixes'
10+ labels :
11+ - ' fix'
12+ - ' bugfix'
13+ - ' bug'
14+ - title : ' 🧰 Maintenance'
15+ label : ' chore'
16+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
17+
18+ template : |
19+ ## Changes
20+
21+ $CHANGES
22+
23+ ## Contributors
24+
25+ $CONTRIBUTORS
Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ # branches to consider in the event; optional, defaults to all
7+ branches :
8+ - main
9+
10+ jobs :
11+ update_release_draft :
12+ runs-on : ubuntu-20.04
13+ steps :
14+ - uses : release-drafter/release-drafter@v5
15+ with :
16+ config-name : release-drafter.yaml
17+ env :
18+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments