vgijssel / setup

Workstation and server setup
MIT License
8 stars 0 forks source link

Support bazel-differ next to bazel-diff #635

Closed mvgijssel closed 9 months ago

mvgijssel commented 9 months ago

https://github.com/ewhauser/bazel-differ/releases is faster and easier to use, can clean up a lot of logic in release_manager determining changed targets. Especially because we are now determining changed releases for rules_task and rules_release using changed files in git.

Let's introduce this next to bazel-diff so we can run them side-by-side and compare them.