File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ name-template : ' v$NEXT_PATCH_VERSION'
2+ tag-template : ' v$NEXT_PATCH_VERSION'
3+ template : |
4+ # What's Changed
5+ $CHANGES
6+ categories :
7+ - title : ' New'
8+ label : ' type: feature'
9+ - title : ' Bug Fixes'
10+ label : ' type: bug'
11+ - title : ' Maintenance'
12+ label : ' type: maintenance'
13+ - title : ' Documentation'
14+ label : ' type: docs'
15+ - title : ' Dependency Updates'
16+ label : ' type: dependencies'
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+ - series/1.x
9+
10+ jobs :
11+ update_release_draft :
12+ runs-on : ubuntu-latest
13+ steps :
14+ # Drafts your next Release notes as Pull Requests are merged into "master"
15+ - uses : release-drafter/release-drafter@v5
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments