You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
The two big asks here are to compare two commits and determine:
both will require customization per-language
The text was updated successfully, but these errors were encountered: