diff --git a/release-please-config.json b/release-please-config.json index 6c2ecbd..26eb85c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,6 +2,38 @@ "release-type": "node", "bump-minor-pre-major": "true", "bump-patch-for-minor-pre-major": "true", + "changelog-sections": [ + { + "type": "feat", + "section": "Added", + "hidden": false + }, + { + "type": "change", + "section": "Changed", + "hidden": false + }, + { + "type": "deprecate", + "section": "Deprecated", + "hidden": false + }, + { + "type": "fix", + "section": "Fixed", + "hidden": false + }, + { + "type": "remove", + "section": "Removed", + "hidden": false + }, + { + "type": "security", + "section": "Security", + "hidden": false + } + ], "packages": { ".": {} }