Skip to content

Commit 123d5c7

Browse files
committed
fix
1 parent df7f662 commit 123d5c7

File tree

6 files changed

+56
-59
lines changed

6 files changed

+56
-59
lines changed

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

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"path": "web-app/package.json",
3232
"jsonpath": "$.version"
3333
},
34+
{
35+
"type": "json",
36+
"path": "web-app/package.json",
37+
"jsonpath": "$.scripts.rebuild"
38+
},
3439
{
3540
"type": "generic",
3641
"path": "lib/src/version.ts"
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"bump-minor-pre-major": true,
4+
"versioning": "always-bump-minor",
5+
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
6+
"packages": {
7+
".": {
8+
"release-type": "simple",
9+
"extra-files": [
10+
{
11+
"type": "generic",
12+
"path": "Makefile"
13+
},
14+
{
15+
"type": "json",
16+
"path": "cli/package.json",
17+
"jsonpath": "$.dependencies['@opentdf/sdk']"
18+
},
19+
{
20+
"type": "json",
21+
"path": "cli/package.json",
22+
"jsonpath": "$.version"
23+
},
24+
{
25+
"type": "json",
26+
"path": "web-app/package.json",
27+
"jsonpath": "$.dependencies['@opentdf/sdk']"
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": "$.scripts.rebuild"
38+
},
39+
{
40+
"type": "generic",
41+
"path": "lib/src/version.ts"
42+
},
43+
{
44+
"type": "json",
45+
"path": "lib/package.json",
46+
"jsonpath": "$.version"
47+
}
48+
]
49+
}
50+
}
51+
}

.github/release-please/release-please-config.web-app.json

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"lib": "0.3.2",
3-
"cli": "0.3.2",
4-
"web-app": "0.3.2",
52
".": "0.3.2"
63
}

0 commit comments

Comments
 (0)