-
Notifications
You must be signed in to change notification settings - Fork 43
提交规范
Vir edited this page Apr 7, 2022
·
2 revisions
安装依赖
打开项目根目录下 .czrc
文件,配置提交规范
.czrc
文件修改后,应同时修改 .release-it.json
文件中对应的提交类型
执行 cz
命令提交,然后选择具体提交类型
> cz
[email protected], [email protected]
? Select the type of change that you're committing: (Use arrow keys)
> feat: ✨ Features | 新功能
fix: 🐛 Bug Fixes | Bug 修复
perf: ⚡ Performance Improvements | 性能优化
revert: ⏪ Reverts | 回退
chore: 📦 Chores | 其他更新
docs: 📝 Documentation | 文档
style: 💄 Styles | 风格
(Move up and down to reveal more choices)