Closed dwapstra closed 3 years ago
I think you could argue for either one, but this is worth noting I think: https://semver.org/#spec-item-8
Patch and minor version MUST be reset to 0 when major version is incremented.
I don't see a compelling argument to change this behaviour atm.
I think you could argue for either one, but this is worth noting I think: https://semver.org/#spec-item-8
Patch and minor version MUST be reset to 0 when major version is incremented.
I don't see a compelling argument to change this behaviour atm.
Ok, thats fine. Will close this.
Should an update to a 'left side' field allow 'right side' fields to be updated if an argument is specified to do so?
Example use case: the minor version should start at '1' instead of '0'.
Major version update does a rollover and resets minor field to 0:
Adding a 'minor' version update to the same command does not affect the minor version field.
Should the minor argument increment the minor version in this case or is the default rollover behavior preferred?