Commit 信息规范

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