docs(release): prepare v0.7.2 - #34
Conversation
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 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. Comment |
审阅者指南准备并最终确定双语的 v0.7.2 发行说明,包括:新增一个用于说明移除遗留命令 使用双语变更日志目录的 v0.7.2 更新版发行说明流水线流程图flowchart TD
Author[Edit bilingual v0.7.2 changelog] --> changelog_v0_7_2_en[Directory changelog/v0.7.2/en.md]
Author --> changelog_v0_7_2_zh_CN[Directory changelog/v0.7.2/zh-CN.md]
changelog_v0_7_2_en --> releasenotes_audit[Command go run scripts/releasenotes audit]
changelog_v0_7_2_zh_CN --> releasenotes_audit
releasenotes_audit --> releasenotes_validate[Command go run scripts/releasenotes validate]
releasenotes_validate --> releasenotes_render[Command go run scripts/releasenotes render]
releasenotes_render --> Release_tag_v0_7_2[Create immutable release tag v0.7.2]
subgraph Changelog_indexes[Changelog indexes]
changelog_README[File changelog/README.md]
changelog_README_zh_CN[File changelog/README.zh-CN.md]
end
changelog_v0_7_2_en --> changelog_README
changelog_v0_7_2_zh_CN --> changelog_README_zh_CN
文件级变更
提示与命令与 Sourcery 交互
自定义你的使用体验访问你的 dashboard 以:
获取帮助Original review guide in EnglishReviewer's GuidePrepares and finalizes the bilingual v0.7.2 release notes, including a new breaking-changes section for the removal of the legacy Flow diagram for updated v0.7.2 release-notes pipeline using bilingual changelog directoriesflowchart TD
Author[Edit bilingual v0.7.2 changelog] --> changelog_v0_7_2_en[Directory changelog/v0.7.2/en.md]
Author --> changelog_v0_7_2_zh_CN[Directory changelog/v0.7.2/zh-CN.md]
changelog_v0_7_2_en --> releasenotes_audit[Command go run scripts/releasenotes audit]
changelog_v0_7_2_zh_CN --> releasenotes_audit
releasenotes_audit --> releasenotes_validate[Command go run scripts/releasenotes validate]
releasenotes_validate --> releasenotes_render[Command go run scripts/releasenotes render]
releasenotes_render --> Release_tag_v0_7_2[Create immutable release tag v0.7.2]
subgraph Changelog_indexes[Changelog indexes]
changelog_README[File changelog/README.md]
changelog_README_zh_CN[File changelog/README.zh-CN.md]
end
changelog_v0_7_2_en --> changelog_README
changelog_v0_7_2_zh_CN --> changelog_README_zh_CN
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
你好——我发现了 1 个问题
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="changelog/v0.7.2/zh-CN.md" line_range="18" />
<code_context>
+
## 修复
- 修复非 TTY producer 输出不可稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29))
+- 通过核对精确 merge commit 识别 squash merge 的 PR,避免依赖直接的 commit-to-PR 查询。 ([#30](https://github.com/FlanChanXwO/javdb-cli/pull/30))
+- 修复跳过矩阵时 packaged-binary smoke job 名称暴露未展开表达式的问题,并对齐双语 Issue 模板。 ([#32](https://github.com/FlanChanXwO/javdb-cli/pull/32))
</code_context>
<issue_to_address>
**suggestion (typo):** 可以考虑将“不可稳定消费”替换为更地道的“无法稳定消费”。
“不可稳定消费”虽然可以理解,但不够自然。“无法稳定消费”更符合中文表达习惯,同时能更准确地说明非 TTY producer 输出无法被可靠消费的含义。
```suggestion
- 修复非 TTY producer 输出无法稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29))
```
</issue_to_address>Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Original comment in English
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="changelog/v0.7.2/zh-CN.md" line_range="18" />
<code_context>
+
## 修复
- 修复非 TTY producer 输出不可稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29))
+- 通过核对精确 merge commit 识别 squash merge 的 PR,避免依赖直接的 commit-to-PR 查询。 ([#30](https://github.com/FlanChanXwO/javdb-cli/pull/30))
+- 修复跳过矩阵时 packaged-binary smoke job 名称暴露未展开表达式的问题,并对齐双语 Issue 模板。 ([#32](https://github.com/FlanChanXwO/javdb-cli/pull/32))
</code_context>
<issue_to_address>
**suggestion (typo):** Consider replacing “不可稳定消费” with the more idiomatic “无法稳定消费”.
“不可稳定消费”虽能理解,但不太地道。“无法稳定消费”更符合中文习惯,同时准确表达非 TTY producer 输出无法被可靠消费的含义。
```suggestion
- 修复非 TTY producer 输出无法稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29))
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
|
||
| ## 修复 | ||
|
|
||
| - 修复非 TTY producer 输出不可稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29)) |
There was a problem hiding this comment.
suggestion (typo): 可以考虑将“不可稳定消费”替换为更地道的“无法稳定消费”。
“不可稳定消费”虽然可以理解,但不够自然。“无法稳定消费”更符合中文表达习惯,同时能更准确地说明非 TTY producer 输出无法被可靠消费的含义。
| - 修复非 TTY producer 输出不可稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29)) | |
| - 修复非 TTY producer 输出无法稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29)) |
Original comment in English
suggestion (typo): Consider replacing “不可稳定消费” with the more idiomatic “无法稳定消费”.
“不可稳定消费”虽能理解,但不太地道。“无法稳定消费”更符合中文习惯,同时准确表达非 TTY producer 输出无法被可靠消费的含义。
| - 修复非 TTY producer 输出不可稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29)) | |
| - 修复非 TTY producer 输出无法稳定消费、上游错误信封被重复处理、重复影片详情请求,以及部分磁力和输出失败未正确报告的问题,并让真实 API 冒烟检查与输出契约一致。 ([#29](https://github.com/FlanChanXwO/javdb-cli/pull/29)) |
Summary / 概述
Prepare the bilingual
v0.7.2release notes for the completev0.7.1..maininterval.准备覆盖完整
v0.7.1..main区间的 v0.7.2 双语发布说明。The notes record the related merged PRs
#29,#30,#31,#32, and#33, including the magnet/pipeline changes, release audit and source-flow changes, CI/template fixes, and removal of the legacyjavdb versioncommand.Scope and compatibility / 范围与兼容性
changelog/v0.7.2/{en.md,zh-CN.md}and the two changelog indexes.javdb versiontojavdb --version.Verification / 验证
真实 JavDB App API 未运行;本 PR 只变更版本化 changelog 和索引。
Checklist / 检查清单
~/.javdb-cli/auth.jsoncontents, proxy credentials, private URLs, local state, or private API responses. / 未添加敏感信息。javdb --version迁移。Summary by Sourcery
为发布准备双语 v0.7.2 版本说明和变更日志索引。
Enhancements:
Documentation:
javdb version迁移到javdb --version的破坏性变更,并在两个变更日志索引中更新发布日期。Original summary in English
Summary by Sourcery
Prepare the bilingual v0.7.2 release notes and changelog indexes for publication.
Enhancements:
Documentation:
javdb versiontojavdb --versionand update both changelog indexes with the release date.