Skip to content

Commit 681a922

Browse files
author
LittleCoinCoin
committed
style: json formating of the .releaserc.json
Add spaces for content in curly brackets
1 parent d326328 commit 681a922

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.releaserc.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
{
1616
"preset": "conventionalcommits",
1717
"releaseRules": [
18-
{"breaking": true, "release": "minor"},
19-
{"type": "feat", "release": "patch"},
20-
{"type": "docs", "scope": "README", "release": "patch"},
21-
{"type": "refactor", "release": "patch"},
22-
{"type": "style", "release": "patch"},
23-
{"type": "test", "release": false},
24-
{"type": "chore", "release": false}
18+
{ "breaking": true, "release": "minor" },
19+
{ "type": "feat", "release": "patch" },
20+
{ "type": "docs", "scope": "README", "release": "patch" },
21+
{ "type": "refactor", "release": "patch" },
22+
{ "type": "style", "release": "patch" },
23+
{ "type": "test", "release": false },
24+
{ "type": "chore", "release": false }
2525
]
2626
}
2727
],
@@ -31,11 +31,11 @@
3131
"preset": "conventionalcommits",
3232
"presetConfig": {
3333
"types": [
34-
{"type": "feat", "section": "Features"},
35-
{"type": "fix", "section": "Bug Fixes"},
36-
{"type": "docs", "section": "Documentation"},
37-
{"type": "refactor", "section": "Code Refactoring"},
38-
{"type": "perf", "section": "Performance Improvements"}
34+
{ "type": "feat", "section": "Features" },
35+
{ "type": "fix", "section": "Bug Fixes" },
36+
{ "type": "docs", "section": "Documentation" },
37+
{ "type": "refactor", "section": "Code Refactoring" },
38+
{ "type": "perf", "section": "Performance Improvements" }
3939
]
4040
}
4141
}

0 commit comments

Comments
 (0)