diff --git a/release-please-config.json b/release-please-config.json index 29d41eca..72757521 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,8 +7,10 @@ "release-type": "node", "changelog-sections": [ { "type": "feat", "section": "Features" }, + { "type": "feature", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance" }, + { "type": "revert", "section": "Reverts" }, { "type": "docs", "section": "Docs" }, { "type": "test", "section": "Tests" }, { "type": "chore", "section": "Chore" },