Open
Description
Hi All,
I have requirement to generate changelog for multiple packages by the scope
example:
packages/ui only generate changelog when there is commit message with scope "ui", fix(ui), feat(ui)
packages/utils only generate changelog when there is commit message with scope "utils", fix(utils), feat(utils)
is there a way to do it?
Thank you