|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "release-type": "node", |
| 4 | + "include-v-in-tag": true, |
| 5 | + "include-component-in-tag": false, |
| 6 | + "separate-pull-requests": false, |
| 7 | + "pull-request-title-pattern": "chore(release): v${version}", |
| 8 | + "changelog-sections": [ |
| 9 | + { "type": "feat", "section": "✨ Features" }, |
| 10 | + { "type": "fix", "section": "🐛 Bug Fixes" }, |
| 11 | + { "type": "perf", "section": "⚡ Performance" }, |
| 12 | + { "type": "refactor", "section": "♻️ Refactoring" }, |
| 13 | + { "type": "deps", "section": "📦 Dependencies" }, |
| 14 | + { "type": "docs", "section": "📚 Documentation", "hidden": false }, |
| 15 | + { "type": "build", "section": "🛠️ Build System", "hidden": true }, |
| 16 | + { "type": "ci", "section": "🤖 CI", "hidden": true }, |
| 17 | + { "type": "chore", "section": "🧹 Chores", "hidden": true }, |
| 18 | + { "type": "style", "section": "💎 Style", "hidden": true }, |
| 19 | + { "type": "test", "section": "🧪 Tests", "hidden": true } |
| 20 | + ], |
| 21 | + "packages": { |
| 22 | + ".": { |
| 23 | + "package-name": "monolith", |
| 24 | + "extra-files": [ |
| 25 | + { |
| 26 | + "type": "json", |
| 27 | + "path": "client/package.json", |
| 28 | + "jsonpath": "$.version" |
| 29 | + }, |
| 30 | + { |
| 31 | + "type": "json", |
| 32 | + "path": "server/package.json", |
| 33 | + "jsonpath": "$.version" |
| 34 | + } |
| 35 | + ] |
| 36 | + } |
| 37 | + } |
| 38 | +} |
0 commit comments