File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Config for https://github.com/apps/release-drafter
2+ name-template : ' (🌈 Insert Release Name)'
3+ tag-template : ' $NEXT_MINOR_VERSION'
4+ categories :
5+ - title : ' Dependency Updates'
6+ label : ' dependencies'
7+ - title : ' 🚀 Features'
8+ labels :
9+ - ' feature'
10+ - ' enhancement'
11+ - title : ' 🐛 Bug Fixes'
12+ labels :
13+ - ' fix'
14+ - ' bugfix'
15+ - ' bug'
16+ exclude-labels :
17+ - ' skip-changelog'
18+ autolabeler :
19+ - label : ' documentation'
20+ files :
21+ - ' *.md'
22+ branch :
23+ - ' /docs{0,1}\/.+/'
24+ title :
25+ - ' /docs/i'
26+ - label : ' bug'
27+ branch :
28+ - ' /fix\/.+/'
29+ title :
30+ - ' /fix/i'
31+ - label : ' enhancement'
32+ branch :
33+ - ' /feature\/.+/'
34+ body :
35+ - ' /feature{0,1}\/.+/'
36+ title :
37+ - ' /feature/i'
38+ - label : ' refactor'
39+ branch :
40+ - ' /refactor\/.+/'
41+ title :
42+ - ' /refactor/i'
43+ template : |
44+ ## Changes
45+ $CHANGES
46+
You can’t perform that action at this time.
0 commit comments