Skip to content

Commit 12cbbcc

Browse files
committed
fix
1 parent 74b2295 commit 12cbbcc

File tree

1 file changed

+31
-32
lines changed

1 file changed

+31
-32
lines changed

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

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,36 @@
55
"versioning": "always-bump-patch",
66
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
77
"packages": {
8-
"lib": {
9-
"extra-files": [
10-
{
11-
"type": "generic",
12-
"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']"
37-
}
38-
]
8+
"lib": {}
9+
},
10+
"extra-files": [
11+
{
12+
"type": "generic",
13+
"path": "Makefile"
14+
},
15+
{
16+
"type": "json",
17+
"path": "cli/package.json",
18+
"jsonpath": "$.version"
19+
},
20+
{
21+
"type": "json",
22+
"path": "cli/package.json",
23+
"jsonpath": "$.dependencies['@opentdf/sdk']"
24+
},
25+
{
26+
"type": "generic",
27+
"path": "lib/src/version.ts"
28+
},
29+
{
30+
"type": "json",
31+
"path": "web-app/package.json",
32+
"jsonpath": "$.version"
33+
},
34+
{
35+
"type": "json",
36+
"path": "web-app/package.json",
37+
"jsonpath": "$.dependencies['@opentdf/sdk']"
3938
}
40-
}
39+
]
4140
}

0 commit comments

Comments
 (0)