File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,13 @@ changelog:
88 - title : New Features ✨
99 labels :
1010 - " Changelog: Feature"
11- - Feature
12- - Improvement
13- - New Integration
1411 commit_patterns :
15- - " ^feat( \( [a-zA-Z0-9_-]+ \) )?: "
12+ - " ^feat\\ b "
1613 - title : Bug Fixes 🐛
1714 labels :
1815 - " Changelog: Bugfix"
19- - Bug
2016 commit_patterns :
21- - " ^(fix|bugfix)( \( [a-zA-Z0-9_-]+ \) )?: "
17+ - " ^(fix|bugfix)\\ b "
2218 - title : Deprecations 🏗️
2319 labels :
2420 - " Changelog: Deprecation"
@@ -27,13 +23,10 @@ changelog:
2723 - title : Documentation 📚
2824 labels :
2925 - " Changelog: Docs"
30- - Docs
31- - " Component: Docs"
3226 commit_patterns :
33- - " ^docs( \( [a-zA-Z0-9_-]+ \) )?: "
27+ - " ^docs? \\ b "
3428 - title : Internal Changes 🔧
3529 labels :
3630 - " Changelog: Internal"
37- - Quality Improvement
3831 commit_patterns :
39- - " ^(build|ref|chore|ci|tests|test)( \( [a-zA-Z0-9_-]+ \) )?: "
32+ - " ^(build|ref|chore|ci|tests?) \\ b "
You can’t perform that action at this time.
0 commit comments