forked from loro-dev/loro-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
31 lines (31 loc) · 940 Bytes
/
release-please-config.json
File metadata and controls
31 lines (31 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"plugins": [
{
"type": "linked-versions",
"groupName": "loro-mirror-suite",
"components": [
"loro-mirror",
"loro-mirror-react",
"loro-mirror-jotai"
]
}
],
"packages": {
"packages/core": {
"release-type": "node",
"component": "loro-mirror",
"changelog-path": "packages/core/CHANGELOG.md"
},
"packages/react": {
"release-type": "node",
"component": "loro-mirror-react",
"changelog-path": "packages/react/CHANGELOG.md"
},
"packages/jotai": {
"release-type": "node",
"component": "loro-mirror-jotai",
"changelog-path": "packages/jotai/CHANGELOG.md"
}
}
}