forked from odata2ts/odata2ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
33 lines (33 loc) · 978 Bytes
/
release-please-config.json
File metadata and controls
33 lines (33 loc) · 978 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"plugins": [
{
"type": "node-workspace",
"updatePeerDependencies": true,
"merge": false
}
],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
"separate-pull-requests": false,
"pull-request-title-pattern": "chore(release): publish branch ${branch}",
"group-pull-request-title-pattern": "chore(release): publish branch ${branch}",
"packages": {
"packages/odata2ts": {
"component": "@odata2ts/odata2ts"
},
"packages/odata-core": {
"component": "@odata2ts/odata-core"
},
"packages/odata-query-builder": {
"component": "@odata2ts/odata-query-builder"
},
"packages/odata-query-objects": {
"component": "@odata2ts/odata-query-objects"
},
"packages/odata-service": {
"component": "@odata2ts/odata-service"
}
}
}