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 appears that using the semver.diff function only checks if the package version is different, and subsequently ignores whether the version is actually a higher or lower version.
I'd like to add an option that uses semver.compare to only run if the new package version is higher than that already published. I'm thinking something along the lines of greater-version (default: false, for backwards compatibility).