File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ name-template : ' v$NEXT_MINOR_VERSION'
2+ tag-template : ' v$NEXT_MINOR_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+ exclude-labels :
17+ - ' skip-changelog'
18+ template : |
19+ ## Changes
20+ $CHANGES
Original file line number Diff line number Diff line change 1+ name : Create/update draft release
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+
8+ jobs :
9+ deploy :
10+ name : deploy
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v2
14+ # Drafts your next Release notes as Pull Requests are merged
15+ - uses : release-drafter/release-drafter@v5
16+ with :
17+ config-name : draft_release.yml
18+ env :
19+ GITHUB_TOKEN : ${{ secrets.BW_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments