1.0.0 • Published 6 years ago

testgit-sizong v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Commit message 的格式

Angular 团队的规范

每次提交,Commit message 都包括三个部分:Header,Body 和 Footer。

<type>(<scope>): <subject>
// 空一行
<body>
// 空一行
<footer>

其中,Header 是必需的,Body 和 Footer 可以省略。

不管是哪一个部分,任何一行都不得超过72个字符(或100个字符)。这是为了避免自动换行影响美观。