|
2 | 2 | "exclude-paths": [".git", ".idea", ".github", ".vscode"],
|
3 | 3 | "include-component-in-tag": true,
|
4 | 4 | "include-v-in-tag": false,
|
| 5 | + "bootstrap-sha": "ac4f003257b909d7ca714e40d1704b48e7fdeca7", |
5 | 6 | "tag-separator": "@",
|
6 | 7 | "separate-pull-requests": false,
|
7 | 8 | "bump-minor-pre-major": true,
|
|
55 | 56 | "changelog-path": "CHANGELOG.md"
|
56 | 57 | }
|
57 | 58 | },
|
| 59 | + "plugins": [ |
| 60 | + { |
| 61 | + "type": "linked-versions", |
| 62 | + "groupName": "microsoft-kiota", |
| 63 | + "components": [ |
| 64 | + "@microsoft/kiota-abstractions", |
| 65 | + "@microsoft/kiota-authentication-azure", |
| 66 | + "@microsoft/kiota-authentication-spfx", |
| 67 | + "@microsoft/kiota-bundle", |
| 68 | + "@microsoft/kiota-http-fetchlibrary", |
| 69 | + "@microsoft/kiota-serialization-form", |
| 70 | + "@microsoft/kiota-serialization-json", |
| 71 | + "@microsoft/kiota-serialization-multipart", |
| 72 | + "@microsoft/kiota-serialization-text" |
| 73 | + ] |
| 74 | + } |
| 75 | + ], |
58 | 76 | "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
59 | 77 | }
|
0 commit comments