File tree Expand file tree Collapse file tree 1 file changed +16
-26
lines changed
Expand file tree Collapse file tree 1 file changed +16
-26
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments