-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconventionalcommit.json
More file actions
90 lines (90 loc) · 2.04 KB
/
conventionalcommit.json
File metadata and controls
90 lines (90 loc) · 2.04 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"types": {
"build": {
"description": "Changes that affect the build system or external dependencies"
},
"chore": {
"description": "Changes to auxiliary tools, libraries, or build process"
},
"ci": {
"description": "Changes to CI configuration files and scripts"
},
"docs": {
"description": "Documentation-only changes"
},
"feat": {
"description": "A new feature"
},
"fix": {
"description": "A bug fix"
},
"perf": {
"description": "Changes made to improve performance"
},
"refactor": {
"description": "Code refactoring that neither fixes a bug nor adds a feature"
},
"revert": {
"description": "Reverts a previous commit"
},
"style": {
"description": "Code style changes that do not affect functionality"
},
"test": {
"description": "Adding or updating tests"
}
},
"commonScopes": {
"admin": {
"description": "Scope for admin"
},
"angular": {
"description": "Scope for angular"
},
"auth-keycloak": {
"description": "Scope for auth-keycloak"
},
"backend": {
"description": "Scope for backend"
},
"benutzer": {
"description": "Scope for benutzer"
},
"buttons": {
"description": "Scope for buttons"
},
"components": {
"description": "Scope for components"
},
"core": {
"description": "Scope for core"
},
"das-ist-ein-name": {
"description": "Scope for das-ist-ein-name"
},
"deployment": {
"description": "Scope for deployment"
},
"generators": {
"description": "Scope for generators"
},
"i18n": {
"description": "Scope for i18n"
},
"something": {
"description": "Scope for something"
},
"stammdaten": {
"description": "Scope for stammdaten"
},
"esc-app": {
"description": "Scope for esc-app"
},
"test": {
"description": "Scope for test"
},
"types": {
"description": "Scope for types"
}
}
}