semantically-correct
v1.1.3
Published
Semantically correct will display the lastVersion or the nextVersion
Maintainers
Readme
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.0Output as JSON
some-repo$ semantically-correct --JSON
{"type":"minor","version":"2.2.0"}