Skip to content

Commit

Permalink
chore(ci): back to release please without root p2 (#2584)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszzazulak authored Aug 8, 2024
1 parent d532076 commit 0bf3295
Showing 1 changed file with 5 additions and 27 deletions.
32 changes: 5 additions & 27 deletions release-please-config.json
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": {}
}
}

0 comments on commit 0bf3295

Please sign in to comment.