Bla*_*ank 4 git conventional-commits
问题: 我应该使用什么语义提交消息类型来添加单元测试用例?喜欢Udin.test.js、、、 或者?featchoreupdate
Udin.test.js
feat
chore
update
161*_*903 11
通过“语义提交消息”,您可能指的是常规提交。在这种情况下,答案就在摘要中:
fix:允许使用和以外的类型feat:,例如 @commitlint/config-conventional (基于 Angular 约定)推荐build:、chore:、ci:、docs:、style:、refactor:、perf:、test:和其他类型。
fix:
feat:
build:
chore:
ci:
docs:
style:
refactor:
perf:
test:
因此,用于test:添加测试用例。
归档时间:
4 年,6 月 前
查看次数:
5924 次
最近记录: