semver
semver copied to clipboard
Incrementing major version must set minor and patch version to 0?
According to https://semver.org/#spec-item-8 :
Patch and minor versions MUST be reset to 0 when major version is incremented.
The README prettymuch shows that this is broken on this project, along with, strangely, all the other ruby semver implementations I can find?