Skip to content

XIANFESchool/shuyun-cz-conventional-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shuyun-cz-conventional-changelog

基于 cz-conventional-changelog 定制的git提交模板

如何使用

  • 全局安装 commitizen
npm install -g commitizen
  • 安装模板
npm install -D shuyunxianfeschool/shuyun-cz-conventional-changelog
"config": {
    "commitizen": {
        "path": "./node_modules/shuyun-cz-conventional-changelog"
    }
}
  • 使用 git cz 代替 git commit

image

  • 说明
    • 如果是故事卡, 请选择story
    • 如果是bugfix, 请选择bug
    • 如果是普通提交, 请选择commt
    • ⭐ commitizen 底层使用的是 Inquirer.js, 更多写法, 可以参考它的 README

Releases

No releases published

Packages

No packages published