File tree Expand file tree Collapse file tree 2 files changed +27
-4
lines changed
Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11name-template : ' Version $NEXT_PATCH_VERSION'
22tag-template : ' v$NEXT_PATCH_VERSION'
3+ autolabeler :
4+ - label : ' chore'
5+ files :
6+ - ' *.md'
7+ - ' .github/*'
8+ - label : ' bug'
9+ branch :
10+ - ' /bug-.+'
11+ - label : ' chore'
12+ branch :
13+ - ' /chore-.+'
14+ - label : ' feature'
15+ branch :
16+ - ' /feature-.+'
317categories :
4- - title : ' Features'
18+ - title : ' 🔥 Breaking Changes'
19+ labels :
20+ - ' breakingchange'
21+ - title : ' 🚀 New Features'
522 labels :
623 - ' feature'
724 - ' enhancement'
8- - title : ' Bug Fixes'
25+ - title : ' 🐛 Bug Fixes'
926 labels :
1027 - ' fix'
1128 - ' bugfix'
1229 - ' bug'
13- - title : ' Maintenance'
30+ - title : ' 🧰 Maintenance'
1431 label : ' chore'
1532change-template : ' - $TITLE (#$NUMBER)'
1633exclude-labels :
@@ -19,3 +36,9 @@ template: |
1936 ## Changes
2037
2138 $CHANGES
39+
40+ ## Contributors
41+ We'd like to thank all the contributors who worked on this release!
42+
43+ $CONTRIBUTORS
44+
Original file line number Diff line number Diff line change 44 push :
55 # branches to consider in the event; optional, defaults to all
66 branches :
7- - master
7+ - main
88
99jobs :
1010 update_release_draft :
You can’t perform that action at this time.
0 commit comments