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