Skip to content

Commit c17db6d

Browse files
committed
fix: revert config
1 parent 46fc51a commit c17db6d

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

release-please-config.json

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"packages": {
4-
"api": {
5-
"package-name": "@unraid/api",
6-
"release-type": "node"
7-
},
8-
"web": {
9-
"package-name": "@unraid/web",
10-
"release-type": "node",
11-
"skip-github-release": true
12-
},
13-
"unraid-ui": {
14-
"package-name": "@unraid/ui",
15-
"release-type": "node",
16-
"skip-github-release": true
17-
},
18-
"plugin": {
19-
"package-name": "@unraid/connect-plugin",
20-
"release-type": "node",
21-
"skip-github-release": true
22-
}
23-
},
24-
"separate-pull-requests": false,
25-
"include-component-in-tag": false,
26-
"draft": true
27-
}
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {
5+
"release-type": "node",
6+
"extra-files": [
7+
"api/package.json",
8+
"plugin/package.json",
9+
"unraid-ui/package.json",
10+
"web/package.json"
11+
]
12+
}
13+
},
14+
"always-update": true,
15+
"include-component-in-tag": false,
16+
"draft": false
17+
}

0 commit comments

Comments
 (0)