Skip to content

Commit c347580

Browse files
committed
chore: update pull-request title pattern for Next Release
1 parent 53777ea commit c347580

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fix:
99
- head-branch: ['^fix:']
1010

1111
Next-Release:
12-
- head-branch: ['^chore: release']
12+
- head-branch: ['^chore: Next Release']
1313

1414
Command:
1515
- changed-files:

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)