File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ name-template : $NEXT_PATCH_VERSION
2+ tag-template : $NEXT_PATCH_VERSION
3+ template : |
4+ ## What’s Changed
5+
6+ $CHANGES
7+
8+ ## Contributors
9+ $CONTRIBUTORS
10+
11+ Special thanks to all external contributors! 👏
12+
13+ categories :
14+ - title : Features & Enhancements
15+ labels :
16+ - ' feature'
17+ - ' enhancement'
18+ - title : Fixes
19+ labels :
20+ - ' fix'
21+ - ' bugfix'
22+ - ' bug'
23+ - title : Dependencies
24+ label : dependencies
25+ - title : Documentation
26+ label : documentation
27+
28+ exclude-labels :
29+ - ' internal'
Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+
8+ jobs :
9+ update_release_draft :
10+ runs-on : ubuntu-latest
11+ steps :
12+ -
uses :
release-drafter/[email protected] 13+ env :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments