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
Commit A removes a type from an API version so its a breaking change. Profile is also updated as part of that.
Commit B comes and adds a new API version which also doesn't have the type that was removed in Commit A. This is a new api version so not a breaking change. The profile is updated to point to this new API version.
WE want to release a minor version. We dont pick up A, but we pick up B.
=> Problem is now after the B cherry pick, the removed type is still present since it was removed in A but we didn't pickup A.
The text was updated successfully, but these errors were encountered:
Commit A removes a type from an API version so its a breaking change. Profile is also updated as part of that.
Commit B comes and adds a new API version which also doesn't have the type that was removed in Commit A. This is a new api version so not a breaking change. The profile is updated to point to this new API version.
WE want to release a minor version. We dont pick up A, but we pick up B.
=> Problem is now after the B cherry pick, the removed type is still present since it was removed in A but we didn't pickup A.
The text was updated successfully, but these errors were encountered: