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