1.1.0 • Published 3 years ago

get-next-version-cli v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

get-next-version-cli npm version npm NPM

Description

This tool gets the next version based on conventional commits.

Installation

npm i get-next-version-cli -g

or

yarn global add get-next-version-cli

Instructions

When you are ready to release your code, you can do this:

$ get-next-version-cli
<version>
$ git flow release start <version>
$ standard-version
$ git flow release finish

Reference