File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,20 +3,42 @@ tag-template: 'v$RESOLVED_VERSION'
33categories :
44 - title : ' 🚀 Features'
55 label : ' feature'
6+ collapse-after : 5
67 - title : ' 🐛 Bug Fixes'
78 label : ' bug'
9+ collapse-after : 5
810 - title : ' 🧰 Maintenance'
911 label : ' maintenance'
12+ collapse-after : 5
1013 - title : ' ⚡ Performance'
1114 label : ' performance'
15+ collapse-after : 5
1216 - title : ' ✅ Tests'
1317 label : ' tests'
18+ collapse-after : 5
1419 - title : ' 📚 Documentation'
1520 label : ' documentation'
21+ collapse-after : 5
1622
1723change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
1824no-changes-template : ' - No changes'
25+
26+ version-resolver :
27+ major :
28+ labels :
29+ - ' breaking'
30+ minor :
31+ labels :
32+ - ' feature'
33+ patch :
34+ labels :
35+ - ' bug'
36+ - ' maintenance'
37+ - ' documentation'
38+
1939template : |
20- ## Changes
40+ # Changes
2141
2242 $CHANGES
43+
44+ **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
Original file line number Diff line number Diff line change 1414 # pull_request_target event is required for autolabeler to support PRs from forks
1515 # pull_request_target:
1616 # types: [opened, reopened, synchronize]
17- workflow_dispatch : # TESTING
1817
1918permissions :
2019 contents : read
You can’t perform that action at this time.
0 commit comments