We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8deadd commit 98b6588Copy full SHA for 98b6588
1 file changed
release-please-config.json
@@ -16,14 +16,13 @@
16
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
17
],
18
"include-v-in-tag": false,
19
- "pull-request-title-pattern": "chore(release/${component}): ${version}",
+ "pull-request-title-pattern": "chore(release):${component} ${version}",
20
"pull-request-header": "🚀 Release Proposal",
21
"pull-request-footer": "This PR was automatically generated by [Release Please](https://github.com/googleapis/release-please).",
22
"separate-pull-requests": true,
23
"always-update": true,
24
"tag-separator": "/",
25
"initial-version": "1.0.0",
26
- "component-no-space": true,
27
"packages": {
28
".": {
29
"exclude-paths": ["docs", "tests", "themes"]
0 commit comments