You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add filter to get specific commits based on structure
Now generate changelog action generates changelog based on all commits made from specific tag. For multipackage repo we need to have opportunity to filter all commits and generate changelog based on selected commits only for specific package.
w/o filter
- feat(web): Add web tokens
- feat(mobile): Add mobile tokens
- chore: Add PR review GH action
with filter for web:
- feat(web): Add web tokens
Have a way to set the default section title, now it's Components
The text was updated successfully, but these errors were encountered:
RayRedGoose
changed the title
Add a filter to sort commits to generate changelog action
Proposal: Add a filter to sort commits to generate changelog action
Oct 17, 2023
RayRedGoose
changed the title
Proposal: Add a filter to sort commits to generate changelog action
Proposal: Update the generate changelog action
Oct 23, 2023
Now
generate changelog
action generates changelog based on all commits made from specific tag. For multipackage repo we need to have opportunity to filter all commits and generate changelog based on selected commits only for specific package.w/o filter
with filter for
web
:- feat(web): Add web tokens
Components
The text was updated successfully, but these errors were encountered: