|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "changelog-sections": [ |
| 4 | + { "type": "feat", "section": "🚀 Features", "hidden": false }, |
| 5 | + { "type": "change", "section": "🚀 Features", "hidden": false }, |
| 6 | + { "type": "deprecate", "section": "⚠️ Changes", "hidden": false }, |
| 7 | + { "type": "remove", "section": "⚠️ Changes", "hidden": false }, |
| 8 | + { "type": "fix", "section": "🐞 Bug Fixes", "hidden": false }, |
| 9 | + { "type": "revert", "section": "🐞 Bug Fixes", "hidden": false }, |
| 10 | + { "type": "security", "section": "🐞 Bug Fixes", "hidden": false }, |
| 11 | + { "type": "perf", "section": "✨ Polish", "hidden": false }, |
| 12 | + { "type": "refactor", "section": "✨ Polish", "hidden": false }, |
| 13 | + { "type": "style", "section": "✨ Polish", "hidden": false }, |
| 14 | + { "type": "build", "section": "🧰 Other", "hidden": false }, |
| 15 | + { "type": "chore", "section": "🧰 Other", "hidden": false }, |
| 16 | + { "type": "deps", "section": "🧰 Other", "hidden": true }, |
| 17 | + { "type": "ci", "section": "🧰 Other", "hidden": true }, |
| 18 | + { "type": "test", "section": "🧪 Tests", "hidden": false }, |
| 19 | + { "type": "docs", "section": "📚 Documentation", "hidden": true } |
| 20 | + ], |
| 21 | + "release-type": "node" |
| 22 | +} |
0 commit comments