-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.turbogit
48 lines (48 loc) · 1.29 KB
/
.turbogit
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
38
39
40
41
42
43
44
45
46
47
48
{
"turboLog": {
"gitLogCommandParams": "-n100 --reverse"
},
"turboCommit": {
"textAskTag": "Select Alon commit type: ",
"textAskComponent": "Insert affected component:",
"textAskTitle": "Type commit title:",
"textAskDesc": "Type commit description (leave it empty for omit):"
},
"commitConvention": {
"tagPrefix": "(",
"tagSuffix": ")",
"commitDesc": [
{
"tag": "feat",
"desc": "features commits.",
"color": "green"
},
{
"tag": "fix",
"desc": "bug fix commits.",
"color": "red"
},
{
"tag": "docs",
"desc": "documentation commits.",
"color": "blue"
},
{
"tag": "style",
"desc": "app style or code style.",
"color": "yellow"
},
{
"tag": "refactor",
"desc": "refactor commits.",
"color": "cyan"
},
{
"tag": "test",
"desc": "adding or modifying tests.",
"color": "white"
}
]
},
"debug": false
}