-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): back to release please without root p2 (#2584)
- Loading branch information
1 parent
d532076
commit 0bf3295
Showing
1 changed file
with
5 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,11 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", | ||
"plugins": [ | ||
{ | ||
"type": "node-workspace", | ||
"merge": false | ||
}, | ||
{ | ||
"type": "linked-versions", | ||
"groupName": "prism", | ||
"components": ["cli", "core", "http", "http-server"] | ||
} | ||
], | ||
"plugins": ["node-workspace"], | ||
"sequential-calls": true, | ||
"packages": { | ||
"packages/cli": { | ||
"component": "cli", | ||
"include-component-in-tag": false | ||
}, | ||
"packages/core": { | ||
"component": "core", | ||
"include-component-in-tag": false | ||
}, | ||
"packages/http": { | ||
"component": "http", | ||
"include-component-in-tag": false | ||
}, | ||
"packages/http-server": { | ||
"component": "http-server", | ||
"include-component-in-tag": false | ||
} | ||
"packages/cli": {}, | ||
"packages/core": {}, | ||
"packages/http": {}, | ||
"packages/http-server": {} | ||
} | ||
} |