Releases: maykonlsf/semver-cli
Releases · maykonlsf/semver-cli
v1.1.1
v1.1.0
v1.0.2
v1.0.0
features
- add init command to initialize the version control
- uses a YAML file to manage versions (.semver.yaml)
- supports the most common development phases: alpha, beta, release candidate, release, patch
- supports semantic upgrades to next major or minor release phase
changes
- the previous alpha commands it's no longer available since the version management strategy was changed
v0.1.0-alpha.2
Fixed:
- increase release version with patch to next alpha don't reset patch version to next version
v0.1.0-alpha.1
Features:
- validate: check if the given version is valid
- increase: increase 1 to the version number based on the given phase and previous version
- sort: returns an ordered list of given versions according to phase and number of each version