Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 704ebca

Browse files
committed
feat: link versions of nuxt and main package
1 parent ea9b95e commit 704ebca

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

release-please-config.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
{
22
"packages": {
33
"packages/bootstrap-vue-next": {
4+
"component": "bootstrapvuenext",
45
"release-type": "node",
56
"bump-minor-pre-major": true,
67
"bump-patch-for-minor-pre-major": true
78
},
89
"packages/nuxt": {
10+
"component": "nuxt",
911
"release-type": "node",
1012
"bump-minor-pre-major": true,
1113
"bump-patch-for-minor-pre-major": true
1214
}
1315
},
16+
"plugins": [
17+
{
18+
"type": "node-workspace",
19+
"merge": false
20+
},
21+
{
22+
"type": "linked-versions",
23+
"groupName": "main group",
24+
"components": [
25+
"bootstrapvuenext", "nuxt"
26+
]
27+
}
28+
],
1429
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1530
}

0 commit comments

Comments
 (0)