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
When svu considers commits that will contribute to the next version, it would be nice to be able to tell svu to only look at a certain set of commit scopes, e.g.
.svu.yaml:
scopes:- bla1- bla2
git history:
fix: example 1
fix(ex): example 2
fix(bla1): example 3
fix(bla2): example 4
Given the history above, only example 3 and example 4 will contribute to the version bump calculation.
When svu considers commits that will contribute to the next version, it would be nice to be able to tell svu to only look at a certain set of commit scopes, e.g.
.svu.yaml:
git history:
Given the history above, only example 3 and example 4 will contribute to the version bump calculation.
Related issues: