Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 759 Bytes

README.en.md

File metadata and controls

31 lines (22 loc) · 759 Bytes

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