Skip to content

chore: release main#662

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore: release main#662
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

core: 1.16.2

1.16.2 (2026-06-28)

🐛 Bug Fixes

web: 1.12.2

1.12.2 (2026-06-28)

🐛 Bug Fixes


This PR was generated with Release Please. See documentation.

Summary by Sourcery

为新的补丁版本发布准备 core 和 web 包,包括缺陷修复文档和版本号更新。

Bug Fixes(缺陷修复):

Build(构建):

  • 将 core 包版本提升到 1.16.2。
  • 将 web 包版本提升到 1.12.2。

Documentation(文档):

  • 在 core 变更日志中添加 1.16.2 条目,描述该缺陷修复。
  • 在 web 变更日志中添加 1.12.2 条目,描述该缺陷修复。
Original summary in English

Summary by Sourcery

Prepare core and web packages for a new patch release including bug fix documentation and version bumps.

Bug Fixes:

Build:

  • Bump core package version to 1.16.2.
  • Bump web package version to 1.12.2.

Documentation:

  • Add 1.16.2 entry to the core changelog describing the bug fix.
  • Add 1.12.2 entry to the web changelog describing the bug fix.

@sourcery-ai

sourcery-ai Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor
审阅者指南(在小型 PR 上折叠)

审阅者指南

发布杂项 PR,更新 core 和 web 包到新的补丁版本,并在它们的更新日志和发布清单中记录单个缺陷修复(#661)。

文件级变更

变更 详情 文件
提升 core 包版本,并记录包含缺陷修复 #661 的 1.16.2 新版本。
  • 将 core 的 package.json 版本号从 1.16.1 增加到 1.16.2。
  • 在 core 的 CHANGELOG 中添加 1.16.2 小节,包括日期、对比链接,以及引用 issue fix: update group id #661 和提交 ab4c96d 的缺陷修复条目。
packages/core/package.json
packages/core/CHANGELOG.md
提升 web 包版本,并记录包含缺陷修复 #661 的 1.12.2 新版本。
  • 将 web 的 package.json 版本号从 1.12.1 增加到 1.12.2。
  • 在 web 的 CHANGELOG 中添加 1.12.2 小节,包括日期、对比链接,以及引用 issue fix: update group id #661 和提交 ab4c96d 的缺陷修复条目。
packages/web/package.json
packages/web/CHANGELOG.md
更新 release-please 清单以跟踪新的包版本。
  • 在 release-please 清单中调整版本条目,以反映 core 1.16.2 和 web 1.12.2。
.release-please-manifest.json

提示和命令

与 Sourcery 交互

  • 触发新的审阅: 在 pull request 中评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审阅评论。
  • 从审阅评论生成 GitHub issue: 通过回复审阅评论让 Sourcery 从该评论创建一个 issue。你也可以回复审阅评论并写 @sourcery-ai issue 来从中创建一个 issue。
  • 生成 pull request 标题: 在 pull request 标题的任意位置写 @sourcery-ai,即可随时生成标题。你也可以在 pull request 中评论 @sourcery-ai title 以在任何时候(重新)生成标题。
  • 生成 pull request 摘要: 在 pull request 正文的任意位置写 @sourcery-ai summary,即可在你想要的准确位置随时生成 PR 摘要。你也可以在 pull request 中评论 @sourcery-ai summary 以在任何时候(重新)生成摘要。
  • 生成审阅者指南: 在 pull request 中评论 @sourcery-ai guide,即可在任何时候(重新)生成审阅者指南。
  • 解决所有 Sourcery 评论: 在 pull request 中评论 @sourcery-ai resolve,即可解决所有 Sourcery 评论。如果你已经处理完所有评论且不想再看到它们,这会很有用。
  • 撤销所有 Sourcery 审阅: 在 pull request 中评论 @sourcery-ai dismiss,即可撤销所有现有的 Sourcery 审阅。如果你想从一次新的审阅开始,这尤其有用——别忘了再评论 @sourcery-ai review 来触发新审阅!

自定义你的体验

访问你的控制面板以:

  • 启用或禁用审阅功能,例如 Sourcery 生成的 pull request 摘要、审阅者指南等。
  • 更改审阅语言。
  • 添加、删除或编辑自定义审阅说明。
  • 调整其他审阅设置。

获取帮助

Original review guide in English
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Release chore PR updating core and web packages to new patch versions and recording a single bug fix (#661) in their changelogs and release manifest.

File-Level Changes

Change Details Files
Bump core package version and document the new 1.16.2 release including bug fix #661.
  • Increment core package.json version from 1.16.1 to 1.16.2.
  • Add 1.16.2 section to core CHANGELOG with date, comparison link, and bug fix entry referencing issue fix: update group id #661 and commit ab4c96d.
packages/core/package.json
packages/core/CHANGELOG.md
Bump web package version and document the new 1.12.2 release including bug fix #661.
  • Increment web package.json version from 1.12.1 to 1.12.2.
  • Add 1.12.2 section to web CHANGELOG with date, comparison link, and bug fix entry referencing issue fix: update group id #661 and commit ab4c96d.
packages/web/package.json
packages/web/CHANGELOG.md
Update release-please manifest to track the new package versions.
  • Adjust version entries in the release-please manifest to reflect core 1.16.2 and web 1.12.2.
.release-please-manifest.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗨,我已经审查了你的修改,看起来很棒!


Sourcery 对开源项目是免费的——如果你喜欢我们的审查结果,欢迎分享 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据这些反馈改进后续的审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants