We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9b95e commit 704ebcaCopy full SHA for 704ebca
1 file changed
release-please-config.json
@@ -1,15 +1,30 @@
1
{
2
"packages": {
3
"packages/bootstrap-vue-next": {
4
+ "component": "bootstrapvuenext",
5
"release-type": "node",
6
"bump-minor-pre-major": true,
7
"bump-patch-for-minor-pre-major": true
8
},
9
"packages/nuxt": {
10
+ "component": "nuxt",
11
12
13
14
}
15
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
+ ],
29
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
30
0 commit comments