Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow --bump from 20.0.1 to 20.1
It's weird so we still warn, but returning `None` from `check_semver_bump` only makes sense if the versions are deemed to be the same. Otherwise it's just confusion for the user — the UI presents this as an upgrade, proceeds to uninstall the old version, but fails to do the actual bump and no new version is installed.
- Loading branch information