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 Apr 5, 2024. It is now read-only.
The JSON output currently seems to only include the spans for changes, not type of change it is.
I'm writing a CI integration that should warn about breaking changes, so having some kind of descriptor would be very useful.
Proposal: add a
change
field that holds an enum with values likefunction_added
,trait_renamed
,struct_deleted
, ...The text was updated successfully, but these errors were encountered: