File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ name-template : ' $NEXT_PATCH_VERSION Release.'
2+ tag-template : ' $NEXT_PATCH_VERSION'
3+ categories :
4+ - title : ' Breaking changes'
5+ labels :
6+ - ' breaking'
7+ - title : ' 🚀 Features'
8+ labels :
9+ - ' feature'
10+ - ' enhancement'
11+ - title : ' 🐛 Bug Fixes'
12+ labels :
13+ - ' fix'
14+ - ' bugfix'
15+ - ' bug'
16+ - title : ' 🧰 Maintenance'
17+ label : ' chore'
18+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
19+ template : |
20+ ## Changes
21+
22+ $CHANGES
Original file line number Diff line number Diff line change 1+ name : Release Management
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_draft_release :
11+ runs-on : ubuntu-latest
12+ steps :
13+ # Drafts your next Release notes as Pull Requests are merged into "master"
14+ -
uses :
toolmantim/[email protected] 15+ env :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments