{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
+ "include-component-in-tag": false,
"packages": {
".": {}
- }
+ },
+ "changelog-sections": [
+ { "type": "feat", "section": "🚀 Features", "hidden": false },
+ { "type": "fix", "section": "🐞 Fixes", "hidden": false },
+ { "type": "docs", "section": "📚 Documentation", "hidden": false },
+
+ { "type": "perf", "section": "✨ Polish", "hidden": false },
+ { "type": "refactor", "section": "✨ Polish", "hidden": false },
+
+ { "type": "chore", "section": "🧹 Chores", "hidden": true },
+ { "type": "test", "section": "🧹 Chores", "hidden": false },
+
+ { "type": "build", "section": "🤖 Automation", "hidden": false },
+ { "type": "ci", "section": "🤖 Automation", "hidden": true }
+ ]
}