File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Add 'Documentation' label to any change to .md files within the entire repository
21Documentation :
32- changed-files :
43 - any-glob-to-any-file : ' **/*.md'
54
6- feature :
7- - head-branch : ['^add','feature','add :']
5+ Feature :
6+ - head-branch : ['^add:']
87
9- fix :
10- - head-branch : ['^fix','fix','fix:']
8+ Fix :
9+ - head-branch : ['^fix:']
10+
11+ Next-Release :
12+ - head-branch : ['^chore: Next Release']
13+
14+ Command :
15+ - changed-files :
16+ - any-glob-to-any-file : ' src/Console/Command/*'
17+
18+ Frontend :
19+ - changed-files :
20+ - any-glob-to-any-file : ' src/view/frontend/*'
21+
22+ ThemeBuilder :
23+ - changed-files :
24+ - any-glob-to-any-file : ' src/src/Service/ThemeBuilder/*'
Original file line number Diff line number Diff line change 1111 "prerelease" : false ,
1212 "include-v-in-tag" : false ,
1313 "include-component-in-tag" : false ,
14- "pull-request-title-pattern" : " chore: release ${version}" ,
14+ "pull-request-title-pattern" : " chore: Next Release ${version}" ,
1515 "pull-request-header" : " ## Release ${version}" ,
1616 "changelog-sections" : [
1717 {
4242 {
4343 "type" : " style" ,
4444 "section" : " Styling" ,
45- "hidden" : true
45+ "hidden" : false
4646 },
4747 {
4848 "type" : " chore" ,
You can’t perform that action at this time.
0 commit comments