Skip to content

Commit 0aaf7ea

Browse files
committed
fix
1 parent eabe36e commit 0aaf7ea

File tree

1 file changed

+32
-31
lines changed

1 file changed

+32
-31
lines changed

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

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,37 @@
55
"versioning": "always-bump-minor",
66
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
77
"packages": {
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']"
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+
]
3839
}
39-
]
40+
}
4041
}

0 commit comments

Comments
 (0)