chore(changelog): updating changelog script to separate by folder #4441
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.
Related Ticket(s)
No related issue
Description
This is a modification of the changelog generation script to split up
the commit changes based on changes in each package folder. This will
help with separating out the logs based on the changes that went on in
the corresponding package folders in an automated way. From what I could
tell, there is no existing open source package that can generate the
logs in the desired way.
The pinned issue has been updated using the script:
#3598
NOTE: one thing I did notice in one library during my research that I liked is where it was putting all of the line items with the same heading and grouping the changes into sub-bullets. Might look at that for an enhancement to the script, as well as alphabetically ordering the headings.
Changelog
Changed