Skip to content

Commit

Permalink
build(changelog): fix synced version group name (#8762)
Browse files Browse the repository at this point in the history
**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/[email protected]...@esri/[email protected])
(2024-01-17)
> 
> ### Miscellaneous Chores
> 
> - **@esri/calcite-components-react:** Synchronize undefined versions
  • Loading branch information
jcfranco authored Feb 15, 2024
1 parent 24b18c8 commit 6dcf525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"type": "linked-versions",
"group-name": "components",
"groupName": "components",
"components": ["@esri/calcite-components", "@esri/calcite-components-react", "@esri/calcite-components-angular"]
},
{
Expand Down

0 comments on commit 6dcf525

Please sign in to comment.