This preset extends the conventional-changelog-angular preset
Differences to conventional-changelog-angular
- 使用 禅道 或者其他工具管理项目,可以将 GitHub/GitLab 的 issues 地址替换成 bugsUrl 中的地址
- 显示 commit 对应的提交人及邮箱地址
- 使用 emojis
前置插件准备
- commitizen 针对开发者简单的 commit 规范
- cz-conventional-changelog 使用 cz-conventional-changelog 的构建标准
- conventional-changelog-cli conventional-changelog 核心模块
- 这里我使用 release-it 作为发布版本插件,也可以选择 standard-version
npm i commitizen cz-conventional-changelog conventional-changelog-cli --save-dev
npm install --save-dev release-it
npm install conventional-changelog-custom-config --save-dev