-
Notifications
You must be signed in to change notification settings - Fork 4.9k
publish #17803
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
publish #17803
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough本次变更重构并简化了 Node.js 及 Rust 相关的 GitHub Actions 工作流,移除了多项测试、构建和校验任务,仅保留发布相关流程。新增的发布流程合并为单一作业,自动处理依赖安装、构建、npm 发布及发布后自动创建 GitHub Release 和评论。部分包配置明确了 npm 发布权限。 Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub
participant Workflow
participant NPM
participant GitHubRelease
GitHub->>Workflow: Push 或 PR 合并事件触发
Workflow->>Workflow: 检出代码、设置 Node/pnpm、安装依赖、构建
Workflow->>NPM: 循环发布指定包
Workflow->>GitHubRelease: 若为 PR 合并,创建 Release 并评论 PR
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
这个 PR 做了什么? (简要描述所做更改)
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台:
Summary by CodeRabbit