Skip to content

Commit

Permalink
chore: Update release-please-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Jan 2, 2024
1 parent 7106556 commit 2a418e7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true
"include-component-in-tag": false,
"packages": {
".": {
"release-type": "node",
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true
}
".": {}
}
}

0 comments on commit 2a418e7

Please sign in to comment.