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
Refactored version diff logic to handle transitions from prerelease
versions to stable versions correctly for major/minor/patch version
bumps.
Closes#606
---------
Co-authored-by: berkay.daglar <[email protected]>
Is there an existing issue for this?
Current Behavior
diff("1.7.2-1", "1.8.1")
returns "patch".Expected Behavior
I would have expected it to return "minor" since we're moving from 1.7 to 1.8.
Steps To Reproduce
Environment
The text was updated successfully, but these errors were encountered: