Add codedog configuration file .code.yml

This commit is contained in:
patrick.zeng 2020-10-14 20:42:45 +08:00 committed by fengbojiang
parent 2474e16370
commit 2c7595d6e9
1 changed files with 37 additions and 0 deletions

37
.code.yml Normal file
View File

@ -0,0 +1,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