Skip to content

Commit 7d6db06

Browse files
committed
chore: changed manifest for monorepo
1 parent 7888ae6 commit 7d6db06

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
".": "0.0.0"
2+
"plugins": [
3+
{
4+
"type": "node-workspace",
5+
"updatePeerDependencies": true
6+
}
7+
]
38
}

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": {
33
".": {
44
"changelog-path": "CHANGELOG.md",
5-
"release-type": "node-workspace",
5+
"release-type": "node",
66
"bump-minor-pre-major": false,
77
"bump-patch-for-minor-pre-major": false,
88
"draft": false,

0 commit comments

Comments
 (0)