Skip to content

Commit 165f3c1

Browse files
committed
build: fix JSON syntax error in release-please config
1 parent b34078a commit 165f3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
1818
{ "type": "build", "section": "Other Changes", "hidden": false },
1919
{ "type": "chore", "section": "Other Changes", "hidden": false },
20-
{ "type": "ci", "section": "Other Changes", "hidden": false }
20+
{ "type": "ci", "section": "Other Changes", "hidden": false },
2121
{ "type": "docs", "section": "Other Changes", "hidden": false },
2222
{ "type": "perf", "section": "Other Changes", "hidden": false },
2323
{ "type": "refactor", "section": "Other Changes", "hidden": false },
2424
{ "type": "revert", "section": "Other Changes", "hidden": false },
2525
{ "type": "style", "section": "Other Changes", "hidden": false },
26-
{ "type": "test", "section": "Other Changes", "hidden": false },
26+
{ "type": "test", "section": "Other Changes", "hidden": false }
2727
]
2828
}
2929
},

0 commit comments

Comments
 (0)