bazel-contrib / target-determinator

Determines which Bazel targets were affected between two git commits.
Apache License 2.0
144 stars 22 forks source link

Allow specifying file to contain targets to build in driver #51

Closed duarten closed 1 year ago

duarten commented 1 year ago

This allows a subsequent CI step to inspect the targets that were run. This is more efficient than running target-determinator first.

duarten commented 1 year ago

It would be great if you could cut a new release that included this change :)

illicitonion commented 1 year ago

I've released https://github.com/bazel-contrib/target-determinator/releases/tag/v0.17.0 - thanks so much!