-
Notifications
You must be signed in to change notification settings - Fork 0
/
.czrc
41 lines (41 loc) · 985 Bytes
/
.czrc
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
{
"path": "cz-conventional-changelog",
"types": {
"🍺feat": {
"description": "Feature Development"
},
"🐞fix": {
"description": "Bug Fix/Resolved Issue"
},
"🛠️refactor": {
"description": "Code change with no change in functionality"
},
"🧹lint": {
"description": "Fixed linting errors"
},
"🩺test": {
"description": "Added, Fixed or Removed test cases"
},
"📦package": {
"description": "Changes in Package.json"
},
"📚docs": {
"description": "Changes in documentation"
},
"🗄️database": {
"description": "Changes in database schema"
},
"⚙️config": {
"description": "Environment or Config values"
},
"🏗️build": {
"description": "Build related changes"
},
"👮ci": {
"description": "Changes related to CI tools"
},
"🚀deploy": {
"description": "Changes affecting deployment"
}
}
}