-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
101 lines (100 loc) · 2.92 KB
/
release-please-config.json
File metadata and controls
101 lines (100 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
"libs/xt-type": {
"release-type": "node",
"package-name": "xt-type",
"extra-files": ["jsr.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"libs/xt-store": {
"release-type": "node",
"package-name": "xt-store",
"extra-files": ["projects/store/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"plugins/xt-idb-store": {
"release-type": "node",
"package-name": "xt-idb-store",
"extra-files": ["projects/idb-store/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"libs/xt-components": {
"release-type": "node",
"package-name": "xt-components",
"extra-files": ["projects/xt-components/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"libs/xt-plugin-sample": {
"release-type": "node",
"package-name": "xt-plugin-sample",
"extra-files": ["projects/sample/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"plugins/xt-default": {
"release-type": "node",
"package-name": "xt-plugin-default",
"extra-files": ["projects/default/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"plugins/xt-intl": {
"release-type": "node",
"package-name": "xt-plugin-intl",
"extra-files": ["projects/intl/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"plugins/xt-finance": {
"release-type": "node",
"package-name": "xt-plugin-finance",
"extra-files": ["projects/finance/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"plugins/xt-web": {
"release-type": "node",
"package-name": "xt-plugin-web",
"extra-files": ["projects/web/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"plugins/xt-agenda": {
"release-type": "node",
"package-name": "xt-plugin-agenda",
"extra-files": ["projects/agenda/package.json"],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
},
"libs/dc-workflow": {
"release-type": "node",
"package-name": "dont-code-workflow",
"extra-files": [],
"prerelease-type": "beta",
"draft": false,
"prerelease": false
}
},
"plugins": [ {
"type": "linked-versions",
"groupName": "xt-components",
"components": [
"xt-store", "xt-idb-store","xt-components","xt-plugin-sample","xt-plugin-default", "xt-plugin-intl","xt-plugin-finance","xt-plugin-web","xt-plugin-agenda"
]
}]
}