|
| 1 | +{ |
| 2 | + "packages": { |
| 3 | + ".": { |
| 4 | + "package-name": "zenstack-monorepo", |
| 5 | + "component": "Monorepo", |
| 6 | + "exclude-paths": ["tests", ".github"] |
| 7 | + }, |
| 8 | + "packages/ide/jetbrains": { |
| 9 | + "package-name": "jetbrains", |
| 10 | + "component": "JetBrains_IDE" |
| 11 | + }, |
| 12 | + "packages/language": { |
| 13 | + "package-name": "@zenstackhq/language", |
| 14 | + "component": "Language" |
| 15 | + }, |
| 16 | + "packages/misc/redwood": { |
| 17 | + "package-name": "@zenstackhq/redwood", |
| 18 | + "component": "Redwood" |
| 19 | + }, |
| 20 | + "packages/plugins/openapi": { |
| 21 | + "package-name": "@zenstackhq/openapi", |
| 22 | + "component": "OpenAPI_Plugin" |
| 23 | + }, |
| 24 | + "packages/plugins/swr": { |
| 25 | + "package-name": "@zenstackhq/swr", |
| 26 | + "component": "SWR_Plugin" |
| 27 | + }, |
| 28 | + "packages/plugins/tanstack-query": { |
| 29 | + "package-name": "@zenstackhq/tanstack-query", |
| 30 | + "component": "Tanstack_Query_Plugin" |
| 31 | + }, |
| 32 | + "packages/plugins/trpc": { |
| 33 | + "package-name": "@zenstackhq/trpc", |
| 34 | + "component": "tRPC_Plugin" |
| 35 | + }, |
| 36 | + "packages/runtime": { |
| 37 | + "package-name": "@zenstackhq/runtime", |
| 38 | + "component": "Runtime" |
| 39 | + }, |
| 40 | + "packages/sdk": { |
| 41 | + "package-name": "@zenstackhq/sdk", |
| 42 | + "component": "SDK" |
| 43 | + }, |
| 44 | + "packages/server": { |
| 45 | + "package-name": "@zenstackhq/server", |
| 46 | + "component": "Server" |
| 47 | + }, |
| 48 | + "packages/testtools": { |
| 49 | + "package-name": "@zenstackhq/testtools", |
| 50 | + "component": "Test_Tools" |
| 51 | + } |
| 52 | + }, |
| 53 | + "include-component-in-tag": false, |
| 54 | + "pull-request-footer": "This PR was generated by [Release-Please](https://github.com/googleapis/release-please).", |
| 55 | + "prerelease": true, |
| 56 | + "bump-minor-pre-major": true, |
| 57 | + "bump-patch-for-minor-pre-major": true, |
| 58 | + "sequential-calls": true, |
| 59 | + "separate-pull-requests": false, |
| 60 | + "versioning": "prerelease", |
| 61 | + "release-type": "node", |
| 62 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" |
| 63 | +} |
0 commit comments