标签:eve tor git str 范围 shu test 必须 cto
使用Commitizen,标准化Git的Commit Message。
<type>(<scope>): <subject>
<空行>
<body>
<空行>
<footer>
// 法一
brew install node
// 法二
brew install nvm
nvm install node
npm install -g commitizen
// 安装生成changelog的工具
npm install -g conventional-changelog
npm install -g conventional-changelog-cli
// 检测是否安装成功
npm ls -g -depth=0
// 初始化npm
npm init --yes
// 使支持Angular的Commit message格式
commitizen init cz-conventional-changelog --save --save-exact
// 生成changelog
conventional-changelog -p angular -i CHANGELOG.md -s
// 用git cz代替git commit
git cz
标签:eve tor git str 范围 shu test 必须 cto
原文地址:https://www.cnblogs.com/petewell/p/11584757.html