cz-aop-changelog
v1.0.5
Published
Commitizen rules about aop for standardized commit msg
Downloads
1
Readme
cz-aop-changelog
Commitizen rules about aop for standardized commit msg
commit-message规范:
- 参考Angular官方的commit-message规范,由
type
,scope
,subject
,body
,footer
部分组成 type
和scope
各有一套枚举值,用于指明本次提交的类型
和影响面
,cr阶段会重点关注提交人是否对改动进行合理的拆分后再提交subject
是本次提交的简要主题,字符数至少8
个,最多64
个,不支持换行
,并以.
号结尾type
,scope
,subject
为header
部分,占整个commit-message的第一行body
是本次提交的详细描述,与header
间隔1
行,body
部分至少1
行,最多2
行,每行字符数至少8
个,最多64
个footer
是本次提交的icafe描述,与body
间隔1
行,footer
部分只有1
行,格式为icafe: fc-native-thrd-<ID>
,可用Tab
完成自动提示- 使用
npm run commit
提交时,对上述规范都有校验,保证提交操作的高效和有效,其他提交方式请自行保证commit-message规范,否则无法通过最终的校验