Skip to content

Commit

Permalink
chore: update pr template pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Sep 18, 2024
1 parent cf3c24e commit ee2e257
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"tag-separator": "@",
"monorepo-tags": true,
"plugins": ["node-workspace"],
"group-pull-request-title-pattern": "chore: release ${branch}",
"group-pull-request-title-pattern": "chore(${component}): group release ${version} from ${branch}",
"pull-request-title-pattern": "chore(${component}): single release ${version} from ${branch}",
"component-no-space": true,
"packages": {
"packages/package-a": {
"package-name": "@kintone/package-a",
Expand Down

0 comments on commit ee2e257

Please sign in to comment.