Skip to content

Commit

Permalink
fix(ci): STOP-267 improve auto-release config (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdVinyard authored Mar 18, 2024
1 parent 182e4f9 commit bb29592
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "f330ff2996cf36c3809b6406ac66546977b840e7",
"plugins": ["node-workspace"],
"sequential-calls": true,
"include-component-in-tag": false,
"release-type": "node",
"packages": {
"packages/cli": {},
"packages/core": {},
"packages/http": {},
"packages/http-server": {}
}
}

0 comments on commit bb29592

Please sign in to comment.