open-source-programs icon indicating copy to clipboard operation
open-source-programs copied to clipboard

empower tbdbot to analyze diffs in PRs

Open finn-block opened this issue 1 year ago • 0 comments

The two big asks here are to compare two commits and determine:

  • what (if any) dependency change, useful to scope dependency checks on a PR
  • what (if any) publicly visible APIs changed, useful for guessing what kind of version bump should happen and preventing inadvertant breakage of an API without a major version bump.

both will require customization per-language

finn-block avatar May 21 '24 19:05 finn-block