File tree Expand file tree Collapse file tree 2 files changed +10
-77
lines changed
Expand file tree Collapse file tree 2 files changed +10
-77
lines changed Original file line number Diff line number Diff line change 1- # This configuration is used by Craft to categorize changelog entries based on
2- # PR labels. To avoid some manual work, there is a PR labeling GitHub action in
3- # .github/workflows/pr-labeler.yml that adds a changelog label to PRs based on
4- # the title.
5-
61changelog :
72 exclude :
83 labels :
@@ -16,19 +11,29 @@ changelog:
1611 - Feature
1712 - Improvement
1813 - New Integration
14+ commit_log_patterns :
15+ - " ^feat(\(\w +\) )?:"
1916 - title : Bug Fixes 🐛
2017 labels :
2118 - " Changelog: Bugfix"
2219 - Bug
20+ commit_log_patterns :
21+ - " ^(fix|bugfix)(\(\w +\) )?:"
2322 - title : Deprecations 🏗️
2423 labels :
2524 - " Changelog: Deprecation"
25+ commit_log_patterns :
26+ - " deprecat" # deprecation, deprecated
2627 - title : Documentation 📚
2728 labels :
2829 - " Changelog: Docs"
2930 - Docs
3031 - " Component: Docs"
32+ commit_log_patterns :
33+ - " ^docs(\(\w +\) )?:"
3134 - title : Internal Changes 🔧
3235 labels :
3336 - " Changelog: Internal"
3437 - Quality Improvement
38+ commit_log_patterns :
39+ - " ^(build|ref|chore|ci|tests)(\(\w +\) )?:"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments