Skip to content

talentui/cz-package-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cz-changelog

Status: Part of the commitizen family. Prompts for conventional changelog standard.

如何使用

安装

# yarn
 yarn add commitizen @talentui/cz-package-changelog --dev

# 或者npm 
npm install commitizen @talentui/cz-package-changelog -D

配置,package.json中添加如下配置

"config": {
    "commitizen": {
      "path": "./node_modules/@talentui/cz-package-changelog"
    }
  }

"script": {
    "commit": "git-cz"
}

使用

在提交代码执行commit的时候,使用如下方式即可

# 使用
yarn commit
# 代替
git commit -m 

Releases

No releases published

Packages