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
It seems it does not detect breaking change ! properly.
Based on Conventional Commits, the breaking change should be something like feat(api)!: some changes.
However, right now even feat!(api): some changes passes.