We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53777ea commit c347580Copy full SHA for c347580
2 files changed
.github/labeler.yml
@@ -9,7 +9,7 @@ Fix:
9
- head-branch: ['^fix:']
10
11
Next-Release:
12
- - head-branch: ['^chore: release']
+ - head-branch: ['^chore: Next Release']
13
14
Command:
15
- changed-files:
release-please-config.json
@@ -11,7 +11,7 @@
"prerelease": false,
"include-v-in-tag": false,
"include-component-in-tag": false,
- "pull-request-title-pattern": "chore: release ${version}",
+ "pull-request-title-pattern": "chore: Next Release ${version}",
"pull-request-header": "## Release ${version}",
16
"changelog-sections": [
17
{
@@ -42,7 +42,7 @@
42
43
"type": "style",
44
"section": "Styling",
45
- "hidden": true
+ "hidden": false
46
},
47
48
"type": "chore",
0 commit comments