semver-cli icon indicating copy to clipboard operation
semver-cli copied to clipboard

An easy to use CLI tool to manage your project versions and its upgrades according to the Semantic Versioning specification

Results 3 semver-cli issues
Sort by recently updated
recently updated
newest added

``` $ semver init v1.0.0-beta.23 $ cat .semver.yaml alpha: 0 beta: 0 rc: 0 release: v1.0.0 ``` I think that beta is not taken into account

enhancement

Hello, Officially, semver is not prefixing version with 'v' https://semver.org/#is-v123-a-semantic-version It is widely used, but not the default one. Could we have 2 modes ? one with and another without...

``` vx.x.(x)

enhancement
good first issue