forked from F-Stack/f-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.code.yml
37 lines (32 loc) · 829 Bytes
/
.code.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
branch:
trunk_name: "master"
branch_type_B:
personal_feature:
pattern: "feature/*"
bugfix:
pattern: "bugfix/${userID}_${bugID}"
single_release:
pattern: "release"
multiple_release:
pattern: "release/[${versionname}][_${releasetype}[_${description}]]"
releasetype: [rc,release]
hotfix_release:
pattern: "hotfix/[${versionname}][_${description}]"
tag:
pattern: "*"
versionnumber: "*"
artifact:
- path: "/"
artifact_name: "f-stack"
artifact_type: "lib"
source:
test_source:
filepath_regex: ["/example/.*"]
auto_generate_source:
filepath_regex: ["/mk/.*"]
third_party_source:
filepath_regex: ["/freebsd/.*", "/app/.*", "/example/.*"]
file :
- path: "/.*"
owners : ["patrickzeng", "fengbojiang"]
owner_rule: 0