File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ # Config for https://github.com/apps/release-drafter
2+ name-template : " $RESOLVED_VERSION 📈"
3+ tag-template : " $RESOLVED_VERSION"
4+ categories :
5+ - title : " 🚀 New Features and Enhancements "
6+ labels :
7+ - " feature"
8+ - " enhancement"
9+ - " ui"
10+ - title : " 💣 Breaking Changes "
11+ labels :
12+ - " breaking-change"
13+ - title : " 🏇 Optimizations "
14+ labels :
15+ - " optimize"
16+ - " performance"
17+ - title : " 🐛 Bug Fixes "
18+ labels :
19+ - " bugfix"
20+ - " bug"
21+ - title : " 🔨 Maintenance "
22+ labels :
23+ - " maintenance"
24+ - " refactoring"
25+ - " chore"
26+ - " build"
27+ - " ci"
28+ - title : " 💞 Integrations"
29+ labels :
30+ - " integrations"
31+ change-template : " - $TITLE (#$NUMBER) @$AUTHOR"
32+ version-resolver :
33+ major :
34+ labels :
35+ - " major"
36+ minor :
37+ labels :
38+ - " minor"
39+ patch :
40+ labels :
41+ - " patch"
42+ default : patch
43+ exclude-labels :
44+ - " skip-changelog"
45+ template : |
46+ > Refer to https://github.com/iterative/dvclive#installation for installation instructions.
47+
48+ ## Changes
49+
50+ $CHANGES
51+
52+ Thanks again to $CONTRIBUTORS for the contributions! 🎉
You can’t perform that action at this time.
0 commit comments