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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: