Skip to content

Commit 2db6eca

Browse files
committed
fix
1 parent 14b0900 commit 2db6eca

File tree

2 files changed

+28
-17
lines changed

2 files changed

+28
-17
lines changed

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

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,32 @@
1010
{
1111
"type": "generic",
1212
"path": "Makefile"
13+
},
14+
{
15+
"type": "json",
16+
"path": "cli/package.json",
17+
"jsonpath": "$.version"
18+
},
19+
{
20+
"type": "json",
21+
"path": "cli/package.json",
22+
"jsonpath": "$.dependencies['@opentdf/sdk']"
23+
},
24+
{
25+
"type": "generic",
26+
"path": "lib/src/version.ts"
27+
},
28+
{
29+
"type": "json",
30+
"path": "web-app/package.json",
31+
"jsonpath": "$.version"
32+
},
33+
{
34+
"type": "json",
35+
"path": "web-app/package.json",
36+
"jsonpath": "$.dependencies['@opentdf/sdk']"
1337
}
1438
]
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-
]
2839
}
29-
]
40+
}
3041
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lib": "0.3.2",
3-
"cli": "0.3.2",
4-
"web-app": "0.3.2"
2+
"lib": "0.3.3",
3+
"cli": "0.3.3",
4+
"web-app": "0.3.3"
55
}

0 commit comments

Comments
 (0)