File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ name-template : ' v$NEXT_PATCH_VERSION'
2+ tag-template : ' $NEXT_PATCH_VERSION'
3+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
4+ branches :
5+ - ' master'
6+ categories :
7+ - title : ' 🐛 Bug Fixes'
8+ labels :
9+ - ' bug'
10+ - title : ' 🧰 Maintenance'
11+ labels :
12+ - ' chore'
13+ - ' dependencies'
14+ - ' infra'
15+
16+ template : |
17+ ## Changes
18+
19+ $CHANGES
20+
21+ ## Compare
22+
23+ https://github.com/heavenshell/ts-react-boilerplate/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION
Original file line number Diff line number Diff line change 1+ name : Release Management
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+
8+ jobs :
9+ update_draft_release :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : toolmantim/release-drafter@v5.2.0
13+ env :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments