Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#178)
Browse files Browse the repository at this point in the history
* chore: bootstrap releases for path: .

* chore: link root too

* chore: remove skip-github-release for root
Release-As: 1.0.0-alpha.0
  • Loading branch information
denis-bushaev authored Nov 23, 2023
1 parent c9928de commit 3a1441f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,19 @@
}
},
"plugins": [
{ "type": "node-workspace", "merge": false },
{
"type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"groupName": "group",
"components": ["core", "react", "standalone", "idkit"]
"components": [
"core",
"react",
"standalone",
"idkit"
]
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 3a1441f

Please sign in to comment.