snyk / vervet

API resource versioning tool
Other
18 stars 5 forks source link

feat: breaking changes check #355

Closed RaduPetreTarean closed 2 months ago

RaduPetreTarean commented 2 months ago

This PR adds a check to the simple build flow to ensure that all sequential versions introduce breaking changes.

If a version does not introduce a breaking change then that version should be "rolled into" the previous version as it is non breaking and the changes can be added in without breaking existing flows.

tinygrasshopper commented 2 months ago

We should add a unit test for simplebuild to validate this one

jgresty commented 2 months ago

Does #365 make this redundant?

RaduPetreTarean commented 2 months ago

Yes, closing this PR