File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,29 +11,29 @@ changelog:
1111 - Feature
1212 - Improvement
1313 - New Integration
14- commit_log_patterns :
14+ commit_patterns :
1515 - " ^feat(\( [a-zA-Z0-9_-]+\) )?:"
1616 - title : Bug Fixes 🐛
1717 labels :
1818 - " Changelog: Bugfix"
1919 - Bug
20- commit_log_patterns :
20+ commit_patterns :
2121 - " ^(fix|bugfix)(\( [a-zA-Z0-9_-]+\) )?:"
2222 - title : Deprecations 🏗️
2323 labels :
2424 - " Changelog: Deprecation"
25- commit_log_patterns :
25+ commit_patterns :
2626 - " deprecat" # deprecation, deprecated
2727 - title : Documentation 📚
2828 labels :
2929 - " Changelog: Docs"
3030 - Docs
3131 - " Component: Docs"
32- commit_log_patterns :
32+ commit_patterns :
3333 - " ^docs(\( [a-zA-Z0-9_-]+\) )?:"
3434 - title : Internal Changes 🔧
3535 labels :
3636 - " Changelog: Internal"
3737 - Quality Improvement
38- commit_log_patterns :
38+ commit_patterns :
3939 - " ^(build|ref|chore|ci|tests|test)(\( [a-zA-Z0-9_-]+\) )?:"
You can’t perform that action at this time.
0 commit comments