Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly reset semver values when bumping
The previous implementation was too naive. For example, when bumping a minor version the patch would remain. Now it will properly reset the lower version values to 0. Prerelease and build version numbers are reset to empty, so these will need to be specified manually to be used.
- Loading branch information