commit-standard:commit提交规范

时间:2024-06-07 08:10:14
【文件属性】:

文件名称:commit-standard:commit提交规范

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-07 08:10:14

JavaScript

规范commit 环境配置 使用angular团队的preset $ yarn global add commitizen cz-conventional-changelog echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc 自定义 $ yarn global add commitizen cz-customizable echo '{ "path": "cz-customizable" }' > ~/.czrc 自定义方法需copy .cz-config.js到项目的任何地方 添加commitlint 使用angular团队的 $ yarn add @commitlint/config-conventional @commitlint/cli -D # 项目目录下添加.commitlintrc.js,内容如下 module.


【文件预览】:
commit-standard-master
----yarn.lock(61KB)
----.cz-config.js(1KB)
----README.md(1KB)
----.gitignore(13B)
----CHANGELOG.md(328B)
----package.json(493B)

网友评论