Add apidiff target to the Makefile #3169
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
We should add a Make target that takes a diff on API changes and create a optional pre-submit job that calls that target.
We can follow what CAPI already has:
Adding a Makefile target to build apidiff
Adding a Makefile target to run apidiff locally against origin/main
Adding an optional ProwJob to run apidiff in CI: here
This will improve our confidence on not introducing breaking API changes.
The text was updated successfully, but these errors were encountered: