File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
2+ name-template : $NEXT_PATCH_VERSION
3+ tag-template : $NEXT_PATCH_VERSION
4+
5+ # Emoji reference: https://gitmoji.carloscuesta.me/
6+ categories :
7+ - title : ☢️ Breaking changes
8+ labels :
9+ - " ☢️ breaking change"
10+ - title : 🚀 New features and improvements
11+ labels :
12+ - enhancement
13+ - title : 🐛 Bug fixes
14+ labels :
15+ - bug
16+ - title : 📝 Documentation updates
17+ labels :
18+ - documentation
19+ - title : 👻 Maintenance
20+ labels :
21+ - chore
22+ - maintenance
23+ - title : 🚦 Tests
24+ labels :
25+ - test
26+ - title : ✍ Other changes
27+ - title : 📦 Dependency updates
28+ labels :
29+ - dependencies
30+ collapse-after : 5
31+ exclude-labels :
32+ - skip-changelog
33+ - invalid
34+
35+ template : |
36+ <!-- Optional: add a release summary here -->
37+ $CHANGES
38+
39+ autolabeler :
40+ - label : ' documentation'
41+ files :
42+ - ' *.md'
You can’t perform that action at this time.
0 commit comments