Skip to content

Releases: maykonlf/semver-cli

v1.1.0

24 Mar 23:32
fa83d8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

05 Sep 16:52
370daa0
Compare
Choose a tag to compare
  • fix: init --force was breaking when .semver.yaml doesn't exists (#8)

v1.0.0

30 Dec 10:05
0b64b1e
Compare
Choose a tag to compare

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

05 Dec 22:55
7e38ba8
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

Fixed:

  • increase release version with patch to next alpha don't reset patch version to next version

v0.1.0-alpha.1

05 Dec 22:40
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

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