Skip to content

Commit 971c95d

Browse files
authored
Merge branch 'main' into fix-phpstan-5
2 parents 6fa7535 + c347580 commit 971c95d

2 files changed

Lines changed: 21 additions & 7 deletions

File tree

.github/labeler.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
# Add 'Documentation' label to any change to .md files within the entire repository
21
Documentation:
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/*'

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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
{
@@ -42,7 +42,7 @@
4242
{
4343
"type": "style",
4444
"section": "Styling",
45-
"hidden": true
45+
"hidden": false
4646
},
4747
{
4848
"type": "chore",

0 commit comments

Comments
 (0)