-
Notifications
You must be signed in to change notification settings - Fork 30
/
release-please-config.json
80 lines (80 loc) · 2.53 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
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
{
"exclude-paths": [".git", ".idea", ".github", ".vscode"],
"include-component-in-tag": true,
"include-v-in-tag": false,
"bootstrap-sha": "ac4f003257b909d7ca714e40d1704b48e7fdeca7",
"tag-separator": "@",
"separate-pull-requests": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"versioning": "prerelease",
"packages": {
"packages/abstractions": {
"component": "@microsoft/kiota-abstractions",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"packages/authentication/azure": {
"component": "@microsoft/kiota-authentication-azure",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"packages/authentication/spfx": {
"component": "@microsoft/kiota-authentication-spfx",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"packages/bundle": {
"component": "@microsoft/kiota-bundle",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"packages/http/fetch": {
"component": "@microsoft/kiota-http-fetchlibrary",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"packages/serialization/form": {
"component": "@microsoft/kiota-serialization-form",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"packages/serialization/json": {
"component": "@microsoft/kiota-serialization-json",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"packages/serialization/multipart": {
"component": "@microsoft/kiota-serialization-multipart",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"packages/serialization/text": {
"component": "@microsoft/kiota-serialization-text",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
}
},
"plugins": [
{
"type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"groupName": "microsoft-kiota",
"components": [
"@microsoft/kiota-abstractions",
"@microsoft/kiota-authentication-azure",
"@microsoft/kiota-authentication-spfx",
"@microsoft/kiota-bundle",
"@microsoft/kiota-http-fetchlibrary",
"@microsoft/kiota-serialization-form",
"@microsoft/kiota-serialization-json",
"@microsoft/kiota-serialization-multipart",
"@microsoft/kiota-serialization-text"
]
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}