-
Notifications
You must be signed in to change notification settings - Fork 266
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: update tag from v14 to v15 #2838
Conversation
Walkthrough此次更改主要集中在 Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)src/config.json (2)
版本标签从 v14 更新到 v15 的修改已正确应用到以下组件:
Also applies to: 645-645, 690-690, 776-776, 787-787, 902-902, 1008-1008, 1053-1053, 1065-1065 Line range hint 请确认是否所有需要从 v14 升级到 v15 的组件都已更新完成。 ✅ Verification successful版本升级已完成,无需进一步验证 根据搜索结果,配置文件中:
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# 描述:检查是否还有其他组件包含 v14 标签
# 搜索配置文件中是否还存在 v14 标记
rg '"v14": true'
Length of output: 18 Script: #!/bin/bash
# 搜索配置文件中所有版本相关的标记,以全面了解版本信息
rg -A 1 '"v\d+": true'
# 同时搜索所有组件的版本号,确认是否存在其他版本标记
rg '"version": "\d+\.\d+\.\d+"'
Length of output: 6227 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat_v3.x #2838 +/- ##
==========================================
Coverage 84.14% 84.14%
==========================================
Files 273 273
Lines 18103 18103
Branches 2690 2690
==========================================
Hits 15232 15232
Misses 2866 2866
Partials 5 5 ☔ View full report in Codecov by Sentry. |
Summary by CodeRabbit
v14
升级到v15
。