-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathrelease-please-config.json
35 lines (35 loc) · 1.09 KB
/
release-please-config.json
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
{
"bootstrap-sha": "ea570718da2b32b552b4308de1b4b3c2ee444b2b",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"always-link-local": false,
"separate-pull-requests": false,
"group-pull-request-title-pattern": "chore(release): release packages from branch ${branch}",
"plugins": ["node-workspace"],
"tag-separator": "/",
"include-v-in-tag": true,
"packages": {
"chat-client": {
"component": "chat-client"
},
"core/aws-lsp-core": {
"component": "lsp-core"
},
"server/aws-lsp-antlr4": {
"component": "lsp-antlr4"
},
"server/aws-lsp-codewhisperer": {
"component": "lsp-codewhisperer"
},
"server/aws-lsp-json": {
"component": "lsp-json"
},
"server/aws-lsp-partiql": {
"component": "lsp-partiql"
},
"server/aws-lsp-yaml": {
"component": "lsp-yaml"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}