-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
44 lines (44 loc) · 1.52 KB
/
release-please-config.json
File metadata and controls
44 lines (44 loc) · 1.52 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
{
"bootstrap-sha": "63fda294ee54a4d26434e58b940256e2d7a5c9e6",
"include-component-in-tag": true,
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
"packages/assets": {"component": "assets" },
"packages/basic": {"component": "basic" },
"packages/body": {"component": "body" },
"packages/cookie": {"component": "cookie" },
"packages/decorators": {"component": "decorators" },
"packages/i18n": {"component": "i18n" },
"packages/prometheus": {"component": "prometheus" },
"packages/query": {"component": "query" },
"packages/rate-limit": {"component": "rate-limit" },
"packages/rate-limit-redis": {"component": "rate-limit-redis" },
"packages/swagger": {"component": "swagger" },
"packages/swagger-preset": {"component": "swagger-preset" }
},
"plugins": [
{
"type": "node-workspace",
"updatePeerDependencies": true
},
{
"type": "linked-versions",
"groupName": "rate-limit",
"components": [
"rate-limit",
"rate-limit-preset"
]
},
{
"type": "linked-versions",
"groupName": "swagger",
"components": [
"swagger",
"swagger-preset"
]
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}