-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy path.better-commits.json
More file actions
52 lines (52 loc) · 896 Bytes
/
Copy path.better-commits.json
File metadata and controls
52 lines (52 loc) · 896 Bytes
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
49
50
51
52
{
"commit_type": {
"append_emoji_to_label": true,
"append_emoji_to_commit": false
},
"commit_body": {
"split_by_period": true
},
"commit_scope": {
"enable": true,
"initial_value": "commit",
"options": [
{
"value": "commit",
"label": "commit"
},
{
"value": "branch",
"label": "branch"
},
{
"value": "init",
"label": "init"
},
{
"value": "util",
"label": "util"
},
{
"value": "build",
"label": "build"
},
{
"value": "help",
"label": "help"
},
{
"value": "",
"label": "none"
}
]
},
"check_ticket": {
"prepend_hashtag": "Always"
},
"branch_pre_commands": [
"git stash",
"git checkout main",
"git pull -r origin main",
"npm install"
]
}