Skip to content

Commit e5c236d

Browse files
authored
refactor: Release all packages as grouped version (#1211)
Packages now always have the exact same version. The bump is based on the package with the highest value: https://github.com/googleapis/release-please/blob/009c2a61a038843957e7002aa1c32e317b654aa1/docs/manifest-releaser.md#linked-versions JIRA: CPOUI5FOUNDATION-1166
1 parent 7b9e6ef commit e5c236d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

release-please-config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@
3434
"plugins": [
3535
{
3636
"type": "node-workspace"
37+
},
38+
{
39+
"type": "linked-versions",
40+
"groupName": "ui5-cli-packages",
41+
"components": [
42+
"logger",
43+
"fs",
44+
"builder",
45+
"server",
46+
"project",
47+
"cli"
48+
]
3749
}
3850
],
3951
"changelog-sections": [

0 commit comments

Comments
 (0)