Skip to content

Commit 190b1c6

Browse files
feat: move to types key
BREAKING CHANGE: changes JSON format
1 parent df478cd commit 190b1c6

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

index.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
{
2-
"feat": {
3-
"description": "A new feature"
4-
},
5-
"fix": {
6-
"description": "A bug fix"
7-
},
8-
"docs": {
9-
"description": "Documentation only changes"
10-
},
11-
"style": {
12-
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)"
13-
},
14-
"refactor": {
15-
"description": "A code change that neither fixes a bug or adds a feature"
16-
},
17-
"perf": {
18-
"description": "A code change that improves performance"
19-
},
20-
"test": {
21-
"description": "Adding missing tests"
22-
},
23-
"chore": {
24-
"description": "Changes to the build process or auxiliary tools and libraries such as documentation generation"
25-
},
26-
"revert": {
27-
"description": "Reverts a previous commit"
2+
"types": {
3+
"feat": {
4+
"description": "A new feature"
5+
},
6+
"fix": {
7+
"description": "A bug fix"
8+
},
9+
"docs": {
10+
"description": "Documentation only changes"
11+
},
12+
"style": {
13+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)"
14+
},
15+
"refactor": {
16+
"description": "A code change that neither fixes a bug or adds a feature"
17+
},
18+
"perf": {
19+
"description": "A code change that improves performance"
20+
},
21+
"test": {
22+
"description": "Adding missing tests"
23+
},
24+
"chore": {
25+
"description": "Changes to the build process or auxiliary tools and libraries such as documentation generation"
26+
},
27+
"revert": {
28+
"description": "Reverts a previous commit"
29+
}
2830
}
2931
}

0 commit comments

Comments
 (0)