|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/v16.12.0/schemas/config.json", |
| 3 | + "release-type": "node", |
| 4 | + "include-component-in-tag": false, |
| 5 | + "changelog-sections": [ |
| 6 | + { "type": "feat", "section": "🌟 Features", "hidden": false }, |
| 7 | + { "type": "fix", "section": "🩹 Fixes", "hidden": false }, |
| 8 | + { "type": "docs", "section": "📚 Documentation", "hidden": false }, |
| 9 | + |
| 10 | + { "type": "chore", "section": "🧹 Chores", "hidden": false }, |
| 11 | + { "type": "perf", "section": "🧹 Chores", "hidden": false }, |
| 12 | + { "type": "refactor", "section": "🧹 Chores", "hidden": false }, |
| 13 | + { "type": "test", "section": "🧹 Chores", "hidden": false }, |
| 14 | + |
| 15 | + { "type": "build", "section": "🤖 Automation", "hidden": false }, |
| 16 | + { "type": "ci", "section": "🤖 Automation", "hidden": true } |
| 17 | + ], |
| 18 | + "packages": { |
| 19 | + ".": {} |
| 20 | + } |
| 21 | +} |
0 commit comments