Add script to generate component changelog entries #2613
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Summary
This PR proposes a set of changes aiming to automate the component changelog entries.
π οΈ Detailed description
Group component changelog entries in a single markdown file
For illustration, I did this for the components updated in 4.15.0. If agreed I will update the rest of the components.
Update the main component changelog to follow convention
Adjusted a few changelog entries in 4.15.0. I propose we follow a one-line format moving forward, as much as possible, to make the automation more reliable:
Add script to generate component changelog entries
Running the following command in
changeset-release/main
when preparing to release will append changelog entries to each component, as shown in e4dcdd6.Once the component changelogs are generated they can be adjusted as needed before committing to the changeset branch.
π External links
Jira ticket: HDS-4215
π¬ Please consider using conventional comments when reviewing this PR.