File tree Expand file tree Collapse file tree 1 file changed +44
-48
lines changed Expand file tree Collapse file tree 1 file changed +44
-48
lines changed Original file line number Diff line number Diff line change 9
9
{
10
10
"preset": "conventionalcommits",
11
11
"releaseRules": [
12
- [
13
- {
14
- "type": "chore",
15
- "release": "patch"
16
- },
17
- {
18
- "type": "refactor",
19
- "release": "patch"
20
- }
21
- ]
12
+ {
13
+ "type": "chore",
14
+ "release": "patch"
15
+ },
16
+ {
17
+ "type": "refactor",
18
+ "release": "patch"
19
+ }
22
20
]
23
21
}
24
22
],
44
42
"preset": "conventionalcommits",
45
43
"presetConfig": {
46
44
"types": [
47
- [
48
- {
49
- "type": "feat",
50
- "section": "Features"
51
- },
52
- {
53
- "type": "fix",
54
- "section": "Bug Fixes"
55
- },
56
- {
57
- "type": "perf",
58
- "section": "Performance Improvements"
59
- },
60
- {
61
- "type": "revert",
62
- "section": "Reverts"
63
- },
64
- {
65
- "type": "docs",
66
- "section": "Documentation"
67
- },
68
- {
69
- "type": "chore",
70
- "section": "Miscellaneous Chores"
71
- },
72
- {
73
- "type": "refactor",
74
- "section": "Code Refactoring"
75
- },
76
- {
77
- "type": "test",
78
- "section": "Tests"
79
- },
80
- {
81
- "type": "build",
82
- "section": "Build System"
83
- }
84
- ]
45
+ {
46
+ "type": "feat",
47
+ "section": "Features"
48
+ },
49
+ {
50
+ "type": "fix",
51
+ "section": "Bug Fixes"
52
+ },
53
+ {
54
+ "type": "perf",
55
+ "section": "Performance Improvements"
56
+ },
57
+ {
58
+ "type": "revert",
59
+ "section": "Reverts"
60
+ },
61
+ {
62
+ "type": "docs",
63
+ "section": "Documentation"
64
+ },
65
+ {
66
+ "type": "chore",
67
+ "section": "Miscellaneous Chores"
68
+ },
69
+ {
70
+ "type": "refactor",
71
+ "section": "Code Refactoring"
72
+ },
73
+ {
74
+ "type": "test",
75
+ "section": "Tests"
76
+ },
77
+ {
78
+ "type": "build",
79
+ "section": "Build System"
80
+ }
85
81
]
86
82
}
87
83
}
You can’t perform that action at this time.
0 commit comments