diff --git a/release-please-config.json b/release-please-config.json index ad47b47..f87a657 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -17,13 +17,13 @@ { "type": "fix", "section": "Bug Fixes", "hidden": false }, { "type": "build", "section": "Other Changes", "hidden": false }, { "type": "chore", "section": "Other Changes", "hidden": false }, - { "type": "ci", "section": "Other Changes", "hidden": false } + { "type": "ci", "section": "Other Changes", "hidden": false }, { "type": "docs", "section": "Other Changes", "hidden": false }, { "type": "perf", "section": "Other Changes", "hidden": false }, { "type": "refactor", "section": "Other Changes", "hidden": false }, { "type": "revert", "section": "Other Changes", "hidden": false }, { "type": "style", "section": "Other Changes", "hidden": false }, - { "type": "test", "section": "Other Changes", "hidden": false }, + { "type": "test", "section": "Other Changes", "hidden": false } ] } },