Skip to content

Commit b7fbe07

Browse files
committed
fix
1 parent 616521f commit b7fbe07

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "node",
4+
"bump-minor-pre-major": true,
5+
"versioning": "always-bump-patch",
6+
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
7+
"packages": {
8+
"lib": {
9+
"extra-files": [
10+
{
11+
"path": "Makefile"
12+
},
13+
{
14+
"type": "json",
15+
"path": "cli/package.json",
16+
"jsonpath": "$.version"
17+
},
18+
{
19+
"type": "json",
20+
"path": "cli/package.json",
21+
"jsonpath": "$.dependencies['@opentdf/sdk']"
22+
},
23+
{
24+
"type": "generic",
25+
"path": "lib/src/version.ts"
26+
},
27+
{
28+
"type": "json",
29+
"path": "web-app/package.json",
30+
"jsonpath": "$.version"
31+
},
32+
{
33+
"type": "json",
34+
"path": "web-app/package.json",
35+
"jsonpath": "$.dependencies['@opentdf/sdk']"
36+
}
37+
]
38+
}
39+
}
40+
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"lib": {
99
"extra-files": [
1010
{
11-
"type": "generic",
1211
"path": "Makefile"
1312
},
1413
{

0 commit comments

Comments
 (0)