Commit 195d7e2
Lee Johnson
opencamp-cn#1. [Header部分只有一行,包括三个字段]:type(必需)、scope(必需)和subject(必需):
opencamp-cn#1.1 <type:commit类型>: 必填项, 指定commit类型:feature/fix/refactor/style(如格式化)/test/build/docs/revert(执行git revert)
opencamp-cn#1.2 <scope1:(JIRA号)>: 对应的Epic/Story/Task等JIRA号, 没有则填"None"
opencamp-cn#1.3 <scope2:[功能模块]>: 必填项, 填写本次改动的功能模块名, 如微服务中module名, 多级module需要填全路径,如paip-common/paip-common-core
opencamp-cn#1.4 <subject:简述>: 必填项, 简述本次提交内容, 如实现了功能名/模块名, 可直接拷贝对应JIRA号的标题
opencamp-cn#2. [Body:详细描述]: 填写详细描述, 主要描述改动之前的情况及修改动机, 对于小的修改不作要求, 但是重大需求更新等必须添加
opencamp-cn#3. [Footer:BREAKING CHANGE]: 当前代码与上一个版本不兼容, 以BREAKING CHANGE开头, 后面是对变动的描述变动理由和迁移方法
commit类型 (JIRA号): [功能模块] 简述
[详细描述]
#[BREAKING CHANGE]:1 parent cbc8620 commit 195d7e2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
0 commit comments