Skip to content

Commit 195d7e2

Browse files
author
Lee Johnson
committed
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

File tree

report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@
156156
"total_successes": 27,
157157
"total_failures": 3,
158158
"total_score": 70,
159-
"total_time": 38
159+
"total_time": 32
160160
}
161161
}

0 commit comments

Comments
 (0)