Skip to content

Commit

Permalink
chore: add title
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesster committed Aug 1, 2024
1 parent ec44315 commit 4da6f07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"packages": {
"packages/a": {
"component": "a"
"component": "a",
"pull-request-title-pattern": "chore${scope}: releases package ${component} ${version}"
},
"packages/b": {
"component": "b"
"component": "b",
"pull-request-title-pattern": "chore${scope}: releases package ${component} ${version}"
}
},
"bump-minor-pre-major": true,
Expand All @@ -16,6 +18,7 @@
"type": "node-workspace",
"updatePeerDependencies": true
}],
"group-pull-request-title-pattern": "chore${scope}: releases packages ${component} ${version}",
"pull-request-header": ":robot: release packages",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 4da6f07

Please sign in to comment.