-
Notifications
You must be signed in to change notification settings - Fork 197
ci: release packages #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ci: release packages #491
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@moonshot-ai/kimi-code-sdk", | ||
| "version": "0.8.0", | ||
| "version": "0.9.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This release announces Useful? React with 👍 / 👎. |
||
| "private": true, | ||
| "description": "TypeScript SDK for the Kimi Code Agent", | ||
| "license": "MIT", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This release bump includes
@moonshot-ai/agent-core, but that package is markedprivate: trueimmediately below and the changeset policy says only@moonshot-ai/kimi-codeand@moonshot-ai/kimi-code-sdkare publishable while internal packages such as agent-core should be excluded (.changeset/README.md:13-18). When this release PR is merged, the changelog/release metadata advertises a package version that npm publish will not actually publish; please remove the internal package version/changelog entries or fix the ignore config before generating the release.Useful? React with 👍 / 👎.