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
I'd like the option to be able to pass in a directory path or glob to filter commits by. For example, if I pass in ./src/, it should only read commits that touch the ./src/ directory.
Why?
Primarily, I think this would bring us one step closer to monorepo support. By running semantic-release in each sub-package with a commit-filter for its own directory, it would be able to determine whether to make a release for the subpackage.
Secondarily, setting a filter to source files can add an extra layer of protection in a large codebase.
Feature request
I'd like the option to be able to pass in a directory path or glob to filter commits by. For example, if I pass in
./src/
, it should only read commits that touch the./src/
directory.Why?
The text was updated successfully, but these errors were encountered: