mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
fe685eb46f
- release.config.json: 'bot' scope versions @copilotkit/bot and @copilotkit/bot-ui together (sharedVersion: true, source: bot); 'bot-slack' is its own scope, mirroring the angular precedent - ReleaseScope type + VALID_SCOPES arrays + usage strings extended across release scripts - stable-release.yml / publish-release.yml: scope choice options - bot, bot-ui, bot-slack manifests: drop private, add publishConfig (public), repository/homepage/keywords, publint/attw targets; first release v0.0.1 - internal bot-package deps use workspace:~ (tilde): caret on a 0.0.x version pins the exact patch, tilde tracks the 0.0.x line; core/shared stay workspace:^ (caret is correct at 1.x) Verified: release-script tests 85/85; prepare-release --scope bot --dry-run bumps bot AND bot-ui in lockstep; actionlint clean on touched lines. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"prereleaseTag": "canary",
|
|
"scopes": {
|
|
"monorepo": {
|
|
"packages": [
|
|
"@copilotkit/a2ui-renderer",
|
|
"@copilotkit/agentcore-runner",
|
|
"@copilotkit/core",
|
|
"@copilotkit/react-core",
|
|
"@copilotkit/react-native",
|
|
"@copilotkit/react-textarea",
|
|
"@copilotkit/react-ui",
|
|
"@copilotkit/runtime",
|
|
"@copilotkit/runtime-client-gql",
|
|
"@copilotkit/sdk-js",
|
|
"@copilotkit/shared",
|
|
"@copilotkit/sqlite-runner",
|
|
"@copilotkit/voice",
|
|
"@copilotkit/vue",
|
|
"@copilotkit/web-inspector"
|
|
],
|
|
"versionSource": "@copilotkit/react-core",
|
|
"sharedVersion": true
|
|
},
|
|
"angular": {
|
|
"packages": ["@copilotkitnext/angular"],
|
|
"versionSource": "@copilotkitnext/angular",
|
|
"sharedVersion": false
|
|
},
|
|
"bot": {
|
|
"packages": ["@copilotkit/bot", "@copilotkit/bot-ui"],
|
|
"versionSource": "@copilotkit/bot",
|
|
"sharedVersion": true
|
|
},
|
|
"bot-slack": {
|
|
"packages": ["@copilotkit/bot-slack"],
|
|
"versionSource": "@copilotkit/bot-slack",
|
|
"sharedVersion": false
|
|
}
|
|
}
|
|
}
|