From 6dcf525017414d4ba9c6fa59dd6e3f769e026661 Mon Sep 17 00:00:00 2001 From: JC Franco Date: Thu, 15 Feb 2024 14:53:41 -0800 Subject: [PATCH] build(changelog): fix synced version group name (#8762) **Related Issue:** N/A ## Summary This updates the `release-please` config to use [`groupName`](https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md#linked-versions) vs [`group-name`](https://github.com/Esri/calcite-design-system/blob/main/release-please-config.json#L32) to fix synced version changelog entries (notice `undefined` below): > ## [2.2.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.1.0...@esri/calcite-components-react@2.2.0) (2024-01-17) > > ### Miscellaneous Chores > > - **@esri/calcite-components-react:** Synchronize undefined versions --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index fee9f027ad6..e5ccdf72b6f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -29,7 +29,7 @@ }, { "type": "linked-versions", - "group-name": "components", + "groupName": "components", "components": ["@esri/calcite-components", "@esri/calcite-components-react", "@esri/calcite-components-angular"] }, {