Skip to content

Commit ad1311f

Browse files
authored
Merge pull request #1431 from microsoft/andrueastman/fixReleasePlease
fix: ensure versions are aligned
2 parents 971abd3 + 4330e2f commit ad1311f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

release-please-config.json

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"exclude-paths": [".git", ".idea", ".github", ".vscode"],
33
"include-component-in-tag": true,
44
"include-v-in-tag": false,
5+
"bootstrap-sha": "ac4f003257b909d7ca714e40d1704b48e7fdeca7",
56
"tag-separator": "@",
67
"separate-pull-requests": false,
78
"bump-minor-pre-major": true,
@@ -55,5 +56,22 @@
5556
"changelog-path": "CHANGELOG.md"
5657
}
5758
},
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+
],
5876
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
5977
}

0 commit comments

Comments
 (0)