Skip to content

Commit e3e0535

Browse files
committed
feat: include component-in-tag set in each sub-dependency
1 parent 2abe8d2 commit e3e0535

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,28 @@
88
"api": {
99
"package-name": "@unraid/api",
1010
"release-type": "node",
11+
"include-component-in-tag": false,
1112
"skip-github-release": true,
1213
"component": "api"
1314
},
1415
"web": {
1516
"package-name": "@unraid/web",
1617
"release-type": "node",
18+
"include-component-in-tag": false,
1719
"skip-github-release": true,
1820
"component": "web"
1921
},
2022
"unraid-ui": {
2123
"package-name": "@unraid/ui",
2224
"release-type": "node",
25+
"include-component-in-tag": false,
2326
"skip-github-release": true,
2427
"component": "unraid-ui"
2528
},
2629
"plugin": {
2730
"package-name": "@unraid/connect-plugin",
2831
"release-type": "node",
32+
"include-component-in-tag": false,
2933
"skip-github-release": true,
3034
"component": "plugin"
3135
}

0 commit comments

Comments
 (0)