Skip to content

Commit

Permalink
chore(release-main-config.json): update component names to use unders…
Browse files Browse the repository at this point in the history
…cores instead of spaces for consistency and readability

feat(release-main-config.json): bump release version to 2.0.0 for the upcoming release
  • Loading branch information
TGTGamer committed Feb 19, 2024
1 parent b195c9f commit 59cf941
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/release/release-main-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"packages/ide/jetbrains": {
"package-name": "jetbrains",
"component": "JetBrains IDE"
"component": "JetBrains_IDE"
},
"packages/language": {
"package-name": "@zenstackhq/language",
Expand All @@ -18,19 +18,19 @@
},
"packages/plugins/openapi": {
"package-name": "@zenstackhq/openapi",
"component": "OpenAPI Plugin"
"component": "OpenAPI_Plugin"
},
"packages/plugins/swr": {
"package-name": "@zenstackhq/swr",
"component": "SWR Plugin"
},
"packages/plugins/tanstack-query": {
"package-name": "@zenstackhq/tanstack-query",
"component": "Tanstack Query Plugin"
"component": "Tanstack_Query_Plugin"
},
"packages/plugins/trpc": {
"package-name": "@zenstackhq/trpc",
"component": "tRPC Plugin"
"component": "tRPC_Plugin"
},
"packages/runtime": {
"package-name": "@zenstackhq/runtime",
Expand All @@ -46,7 +46,7 @@
},
"packages/testtools": {
"package-name": "@zenstackhq/testtools",
"component": "Test Tools"
"component": "Test_Tools"
}
},
"pull-request-footer": "This PR was generated by [Release-Please](https://github.com/googleapis/release-please), and approved by the ZenStack Team.",
Expand All @@ -56,5 +56,6 @@
"separate-pull-requests": true,
"versioning": "default",
"release-type": "node",
"release-as": "2.0.0",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 59cf941

Please sign in to comment.