semantic-release icon indicating copy to clipboard operation
semantic-release copied to clipboard

Ability to filter paths for commits

Open 6ixfalls opened this issue 7 months ago • 1 comments
trafficstars

There should be an option to have semantic-release target only specific commits, namely commits that follow a glob pattern or file path. This would be useful in monorepos, where there may be multiple separate packages that need releases. The commits from other packages are currently grouped and releases are created when unused.

I tried forking the commit analyzer repository but it doesn't seem like any part related to file paths is saved with the RawCommit type, so it didn't look simple to add.

6ixfalls avatar Mar 19 '25 01:03 6ixfalls