1.1.3 • Published 8 years ago

semantically-correct v1.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

semantically-correct

Will print the lastVersion or the nextVersion

Dependencies

  • semantic-release

Usage

$ npm install -g semantically-correct
...
$ cd some-repo
some-repo$ semantically-correct
2.2.0

Output as JSON

some-repo$ semantically-correct --JSON
{"type":"minor","version":"2.2.0"}