Skip to content

Commit 3de0a0e

Browse files
committed
fix
1 parent c7bfd80 commit 3de0a0e

File tree

2 files changed

+30
-33
lines changed

2 files changed

+30
-33
lines changed

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

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,44 @@
44
"versioning": "always-bump-minor",
55
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
66
"packages": {
7-
"lib": {
8-
"component": "lib",
9-
"release-type": "node",
7+
".": {
8+
"component": "root",
9+
"release-type": "simple",
1010
"extra-files": [
1111
{
1212
"type": "generic",
13-
"path": "src/version.ts"
14-
}
15-
]
16-
},
17-
"cli": {
18-
"component": "cli",
19-
"release-type": "node",
20-
"extra-files": [
13+
"path": "Makefile"
14+
},
2115
{
2216
"type": "json",
23-
"path": "package.json",
17+
"path": "cli/package.json",
2418
"jsonpath": "$.dependencies['@opentdf/sdk']"
25-
}
26-
]
27-
},
28-
"web-app": {
29-
"component": "web-app",
30-
"release-type": "node",
31-
"extra-files": [
19+
},
20+
{
21+
"type": "json",
22+
"path": "cli/package.json",
23+
"jsonpath": "$.version"
24+
},
3225
{
3326
"type": "json",
34-
"path": "package.json",
27+
"path": "web-app/package.json",
3528
"jsonpath": "$.dependencies['@opentdf/sdk']"
29+
},
30+
{
31+
"type": "json",
32+
"path": "web-app/package.json",
33+
"jsonpath": "$.version"
34+
},
35+
{
36+
"type": "generic",
37+
"path": "lib/src/version.ts"
38+
},
39+
{
40+
"type": "json",
41+
"path": "lib/package.json",
42+
"jsonpath": "$.version"
3643
}
3744
]
3845
}
39-
},
40-
"plugins": [
41-
{
42-
"type": "linked-versions",
43-
"groupName": "all-packages",
44-
"components": [
45-
"lib",
46-
"cli",
47-
"web-app"
48-
]
49-
}
50-
]
46+
}
5147
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lib": "0.3.2",
33
"cli": "0.3.2",
4-
"web-app": "0.3.2"
4+
"web-app": "0.3.2",
5+
".": "0.3.2"
56
}

0 commit comments

Comments
 (0)