Skip to content

Commit 98b6588

Browse files
chore(release-please): update pull request title pattern to avoid trailing slash in scope
1 parent b8deadd commit 98b6588

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
1717
],
1818
"include-v-in-tag": false,
19-
"pull-request-title-pattern": "chore(release/${component}): ${version}",
19+
"pull-request-title-pattern": "chore(release):${component} ${version}",
2020
"pull-request-header": "🚀 Release Proposal",
2121
"pull-request-footer": "This PR was automatically generated by [Release Please](https://github.com/googleapis/release-please).",
2222
"separate-pull-requests": true,
2323
"always-update": true,
2424
"tag-separator": "/",
2525
"initial-version": "1.0.0",
26-
"component-no-space": true,
2726
"packages": {
2827
".": {
2928
"exclude-paths": ["docs", "tests", "themes"]

0 commit comments

Comments
 (0)