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

Latest commit

 

History

History
25 lines (17 loc) · 790 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 790 Bytes

get-next-version-cli npm version npm NPM

介绍

本工具根据提交信息获取下一个版本号。

安装教程

  • 使用npm安装,npm i get-next-version-cli -g
  • 使用yarn安装,yarn global add get-next-version-cli

使用说明

在执行 git flow release start 之前,执行本工具,获取版本号:

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

参考