Skip to content

A Simplified Chinese multi-repo template for the conventional changelog adapter used in commitizen.

License

Notifications You must be signed in to change notification settings

henryau53/cz-conventional-template-zh-cn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cz-conventional-template-zh-cn

npm version npm downloads

应用于 commitizen 的多仓库(multi-repo)简体中文 模板。

commitizen 友好型仓库(commitizen-friendly):可理解为能够运行 nodejs 代码的环境。

如果你更喜欢单纯的 cz-conventional-changelog,而不是一个集成模板,恰巧你又希望是中文版的,可以考虑去 cz-conventional-changelog-zh-cn 看一下,也许能帮到你。

截图

截图

配置

# 初始化 git
git init

# 初始化 nodejs 项目
npm init

# 以开发依赖方式安装 cz-conventional-template-zh-cn
npm install --save-dev cz-conventional-template-zh-cn

# 添加运行脚本
npm pkg set scripts.commit="cz-zh-cn"

# ... 执行 git add 添加待提交文件后

# 运行命令提交 git
npm run commit

相关索引

About

A Simplified Chinese multi-repo template for the conventional changelog adapter used in commitizen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published