semver-cli
semver-cli copied to clipboard
semver up patch?
vx.x.(x) <- patch
Could be semver up patch or even shorter semver patch
Had to look at the code to realize that upping the patch version is done by semver up release :grinning:
An alias may still be useful, but not totally necessary.