Skip to content

filter commits by scope #207

Description

@W1M0R

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.

Related issues:

  1. Add support for optinal scope in commit message #177

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions