Skip to content

Commit d3e1691

Browse files
committed
fix
1 parent b7fbe07 commit d3e1691

File tree

1 file changed

+15
-25
lines changed

1 file changed

+15
-25
lines changed

.github/release-please/release-please-config.main.json

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,24 @@
77
"packages": {
88
"lib": {
99
"extra-files": [
10-
{
11-
"path": "Makefile"
12-
},
13-
{
14-
"type": "json",
15-
"path": "cli/package.json",
16-
"jsonpath": "$.version"
17-
},
18-
{
19-
"type": "json",
20-
"path": "cli/package.json",
21-
"jsonpath": "$.dependencies['@opentdf/sdk']"
22-
},
2310
{
2411
"type": "generic",
25-
"path": "lib/src/version.ts"
26-
},
27-
{
28-
"type": "json",
29-
"path": "web-app/package.json",
30-
"jsonpath": "$.version"
31-
},
32-
{
33-
"type": "json",
34-
"path": "web-app/package.json",
35-
"jsonpath": "$.dependencies['@opentdf/sdk']"
12+
"path": "Makefile"
3613
}
3714
]
15+
},
16+
"cli": {},
17+
"web-app": {}
18+
},
19+
"plugins": [
20+
{
21+
"type": "linked-versions",
22+
"groupName": "sdk-group",
23+
"components": [
24+
"lib",
25+
"cli",
26+
"web-app"
27+
]
3828
}
39-
}
29+
]
4030
}

0 commit comments

Comments
 (0)