-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
chore: changelog of 1.0.0-alpha.0 #100
Conversation
- use local CI run lint,compile,test - delete github access token
WalkthroughWalkthrough此次更改涉及多个文件的更新,包括添加新的组件、更新版本号、修改脚本和调整 Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CI
participant Repo
User->>Repo: 提交代码
Repo->>CI: 触发 CI 流程
CI->>Repo: 执行 linting
CI->>Repo: 执行编译
CI->>Repo: 执行测试
CI->>User: 反馈结果
Note Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
Deploying x with
|
Latest commit: |
d6f1acb
|
Status: | ✅ Deploy successful! |
Preview URL: | https://206b69a1.x-73x.pages.dev |
Branch Preview URL: | https://chore-changelog-1-0-0-alpha.x-73x.pages.dev |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #100 +/- ##
=======================================
Coverage 97.87% 97.87%
=======================================
Files 33 33
Lines 517 517
Branches 156 153 -3
=======================================
Hits 506 506
Misses 11 11 ☔ View full report in Codecov by Sentry. |
Summary by CodeRabbit
新功能
Bubble
、Bubble.List
、Conversations
、Prompts
、Sender
和ThoughtChain
。1.0.0-alpha.0
,标志着项目的重大进展。文档
修复
checkToken
函数,简化了脚本逻辑。重构
pre-publish
脚本,优化了 CI 任务的执行流程。