Skip to content

chore: Update version to 6.5.47#431

Merged
lzwind merged 1 commit intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master
Mar 18, 2026
Merged

chore: Update version to 6.5.47#431
lzwind merged 1 commit intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master

Conversation

@dengzhongyuan365-dev
Copy link
Copy Markdown
Contributor

@dengzhongyuan365-dev dengzhongyuan365-dev commented Mar 18, 2026

  • update version to 6.5.47

log: update version to 6.5.47

Summary by Sourcery

Chores:

  • Update package version reference from 6.5.46.1 to 6.5.47.1 in linglong.yaml and associated changelog entries.

- update version to 6.5.47

log: update version to 6.5.47
@github-actions
Copy link
Copy Markdown

TAG Bot

TAG: 6.5.47
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Mar 18, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Bumps the application/package version from 6.5.46.1 to 6.5.47.1 and prepares packaging metadata for the new release.

File-Level Changes

Change Details Files
Update application/package version metadata to 6.5.47.1.
  • Increment the package version field from 6.5.46.1 to 6.5.47.1 in the main linglong configuration.
  • Start a new entry in the Debian changelog for the 6.5.47 release (no content shown in the diff).
linglong.yaml
debian/changelog

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

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

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.

@deepin-ci-robot
Copy link
Copy Markdown

deepin pr auto review

这份代码变更主要涉及软件版本号更新和变更日志记录。以下是对该 git diff 的详细审查意见:

1. 语法与逻辑审查

  • 版本号一致性

    • debian/changelog 中的版本号更新为 6.5.47
    • linglong.yaml 中的版本号更新为 6.5.47.1
    • 问题:这里存在版本号格式不一致的问题。通常 debian/changelog 中的版本号是源码包的主版本,而 linglong.yaml 作为打包配置文件(可能用于构建特定的容器或发行版包),其版本号通常应与源码版本保持一致,或者在遵循特定打包规范的情况下带有后缀。
    • 逻辑建议:请确认打包规范。如果 linglong.yaml 必须带有 .1 后缀(例如表示构建次数),这是合理的。但如果 debian/changelog 中的版本是基准,那么两者在主版本号(6.5.47)上保持一致是正确的。
  • 日期逻辑

    • debian/changelog 中的日期显示为 Wed, 18 Mar 2026
    • 问题:年份为 2026,这明显是一个未来的日期。
    • 逻辑建议:这是一个严重的逻辑错误。提交记录中的时间戳应反映当前的实际提交时间。请检查系统时间设置,并修正为正确的年份(例如 2024 或 2025)。

2. 代码质量审查

  • 变更日志格式
    • debian/changelog 的格式符合 Debian 标准格式,包含版本、发行版(unstable)、紧急度和维护者信息。
    • 描述信息 fix: Update key shortcut for backindentline to Shift+Tab 清晰地说明了本次变更的内容。
    • 建议:在提交代码前,确保 debian/changelog 的格式通过 dch 或相关工具的校验,避免因格式错误导致打包失败。

3. 代码性能审查

  • 不适用:本次变更仅涉及配置文件和文本文件的修改,不涉及可执行代码逻辑,因此对运行时性能无影响。

4. 代码安全审查

  • 不适用:本次变更不涉及敏感数据处理、权限控制或网络交互,因此没有直接的安全隐患。
  • 间接建议:确保 linglong.yaml 中的 package.id (org.deepin.editor) 和 package.name 的准确性,错误的 ID 可能会导致包管理系统的混淆或覆盖错误的包。

总结与改进建议

  1. 修正日期:请务必将 debian/changelog 中的日期 2026 修正为当前实际年份。
  2. 确认版本号策略:与项目维护者确认 linglong.yaml 中的版本号后缀 .1 是否符合项目的打包规范。如果 debian/changelog 是源头,通常建议保持主版本号严格一致。
  3. 验证快捷键变更:虽然 diff 只显示了日志,但请确保代码中确实实现了 "Shift+Tab" 作为 backindentline 的快捷键,并测试其功能是否符合预期。

修正后的示例(假设当前年份为 2024):

diff --git a/debian/changelog b/debian/changelog
index 4a101dae..6353f71b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+deepin-editor (6.5.47) unstable; urgency=medium
+
+  * fix: Update key shortcut for backindentline to Shift+Tab
+
+ -- dengzhongyuan <dengzhongyuan@uniontech.com>  Wed, 18 Mar 2024 10:01:29 +0800
+
 deepin-editor (6.5.46) unstable; urgency=medium
 
   * fix: update dman' resources

@deepin-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dengzhongyuan365-dev, lzwind

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@lzwind lzwind merged commit 29f76ff into linuxdeepin:master Mar 18, 2026
21 of 23 checks passed
@deepin-bot
Copy link
Copy Markdown
Contributor

deepin-bot bot commented Mar 18, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.5.47
  • Tag SHA: e57c7c74218a6ab208ad6265e25f09b9485f4b96
  • Commit SHA: 601c67c5138185117f778d749d75a5711f5ddcd3
  • Tag Message:
    Release deepin-editor 6.5.47
    
    
  • Tagger:
    • Name: dengzhongyuan365-dev
  • Distribution: unstable

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants