Commit 信息规范
- : 实现了一个功能,如例1
fix
: 修复一个错误- 其他类型同样被允许,例如:
build
,chore
,ci
,docs
,style
,refactor
, ,test
feat: send an email to the customer when a product is shipped
feat!: send an email to the customer when a product is shipped
feat(api)!: send an email to the customer when a product is shipped
BREAKING CHANGE: send an email to the customer when a product is shipped