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