Skip to content

Commit 9b2ef1d

Browse files
committed
chore(config): normalize JSON formatting in release-please-config
1 parent dcb188e commit 9b2ef1d

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

release-please-config.json

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
{
2-
"packages": {
3-
".": {
4-
"release-type": "node",
5-
"changelog-path": "CHANGELOG.md",
6-
"bump-minor-pre-major": false,
7-
"bump-patch-for-minor-pre-major": false,
8-
"draft": false,
9-
"prerelease": false
10-
}
11-
},
12-
"changelog-sections": [
13-
{ "type": "feat", "section": "✨ Features" },
14-
{ "type": "feature", "section": "✨ Features" },
15-
{ "type": "fix", "section": "🐛 Bug Fixes" },
16-
{ "type": "perf", "section": "⚡ Performance Improvements" },
17-
{ "type": "style", "section": "💅 Styles" },
18-
{ "type": "refactor", "section": "♻️ Code Refactoring" },
19-
{ "type": "test", "section": "✅ Tests" }
20-
]
21-
}
1+
{
2+
"packages": {
3+
".": {
4+
"release-type": "node",
5+
"changelog-path": "CHANGELOG.md",
6+
"bump-minor-pre-major": false,
7+
"bump-patch-for-minor-pre-major": false,
8+
"draft": false,
9+
"prerelease": false
10+
}
11+
},
12+
"changelog-sections": [
13+
{ "type": "feat", "section": "✨ Features" },
14+
{ "type": "feature", "section": "✨ Features" },
15+
{ "type": "fix", "section": "🐛 Bug Fixes" },
16+
{ "type": "perf", "section": "⚡ Performance Improvements" },
17+
{ "type": "refactor", "section": "♻️ Code Refactoring" },
18+
{ "type": "test", "section": "✅ Tests" }
19+
]
20+
}

0 commit comments

Comments
 (0)