Skip to content

chore: update changelog to 6.0.36#180

Merged
fly602 merged 1 commit intolinuxdeepin:masterfrom
mhduiy:dev-changelog-6.0.36
Mar 5, 2026
Merged

chore: update changelog to 6.0.36#180
fly602 merged 1 commit intolinuxdeepin:masterfrom
mhduiy:dev-changelog-6.0.36

Conversation

@mhduiy
Copy link
Contributor

@mhduiy mhduiy commented Mar 5, 2026

更新说明

自动更新 changelog 到版本 6.0.36

变更内容

  • 更新 debian/changelog

版本信息

  • 新版本: 6.0.36
  • 目标分支: master

Summary by Sourcery

Build:

  • Update debian/changelog metadata to reflect version 6.0.36.

update changelog to 6.0.36

Log: update changelog to 6.0.36
@sourcery-ai
Copy link

sourcery-ai bot commented Mar 5, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the Debian changelog to reflect release version 6.0.36 targeting master, with no code or packaging logic changes.

File-Level Changes

Change Details Files
Update Debian changelog metadata for new release 6.0.36.
  • Add or modify the top changelog entry to version 6.0.36
  • Ensure the distribution/target branch metadata points to master
  • Adjust associated timestamp, maintainer, and/or entry text to match the new release
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

@github-actions
Copy link

github-actions bot commented Mar 5, 2026

TAG Bot

TAG: 6.0.36
EXISTED: no
DISTRIBUTION: unstable

Copy link

@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

deepin pr auto review

这段代码是一个 Debian 软件包的变更日志(debian/changelog),用于记录 dde-api 包的版本更新历史。以下是对该 diff 的详细审查和改进意见:

1. 语法与格式审查

  • 格式规范:该 diff 符合 Debian changelog 的标准格式。包含了包名、版本号、发行版(unstable)、紧急程度、变更条目以及维护者信息和时间戳。格式上没有语法错误。
  • 缩进:使用了标准的两个空格缩进,符合规范。
  • 时间戳:日期格式符合 RFC 5322 标准(Thu, 05 Mar 2026 20:43:35 +0800)。

2. 逻辑与内容审查

  • 版本号:版本从 6.0.35 升级到 6.0.36,这是一个合理的增量更新。
  • 变更描述
    • fix(grub-theme): Fix incomplete display of GRUB theme menu text...
    • 描述清晰,指出了修复的模块(grub-theme)以及具体的问题(菜单文本显示不全)。
    • 明确了受影响的架构(arm64, loongarch64, sw64),这对于多架构支持的包非常重要。
  • 未来时间戳:时间戳显示为 2026 年。虽然这在语法上是正确的,但在实际开发中,除非这是针对未来的规划或测试,否则这通常是一个人为错误(年份写错)。如果这是当前提交的代码,年份应修正为当前年份(例如 2023 或 2024)。

3. 代码质量与维护性

  • 一致性:下方的 6.0.35 版本条目使用了中文描述(fix: 修复xdg-open...),而 6.0.36 使用了英文描述。
    • 改进建议:建议保持变更日志语言的一致性。如果项目主要使用英文提交记录,请将下方的中文描述翻译为英文;反之,将新增的英文描述翻译为中文。混合使用中英文会降低日志的可读性和专业性。

4. 性能与安全

  • 由于这是变更日志而非源代码,不涉及代码执行性能。
  • 从安全角度看,修复 GRUB 主题显示问题属于用户体验(UI/UX)层面的修复,不涉及直接的安全漏洞修补。

总结与改进建议

该 diff 在格式和语法上是正确的,但存在以下改进空间:

  1. 修正年份
    请核实时间戳中的年份 2026 是否为笔误。如果是,请修改为正确的当前年份。

  2. 统一语言
    建议将所有变更条目统一为英文,以符合国际开源项目的惯例。

    • 原文:fix: 修复xdg-open 无法打开文件名中不带路径的文件
    • 建议修改为:fix(xdg-open): Fix issue where xdg-open cannot open files without paths in filenames
  3. 细节补充(可选)
    如果这是一个严重的显示问题,可以在描述中增加 Closes: #BUG_ID 引用相关的 Bug 跟踪链接,方便追踪和审计。

修正后的示例(假设年份为2024,并统一为英文):

diff --git a/debian/changelog b/debian/changelog
index 415b53f..d529e05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dde-api (6.0.36) unstable; urgency=medium
+
+  * fix(grub-theme): Fix incomplete display of GRUB theme menu text on
+    arm64, loongarch64, and sw64 architectures.
+
+ -- zhangkun <zhangkun2@uniontech.com>  Thu, 05 Mar 2024 20:43:35 +0800
+
 dde-api (6.0.35) unstable; urgency=medium
 
-  * fix: 修复xdg-open 无法打开文件名中不带路径的文件
+  * fix(xdg-open): Fix issue where xdg-open cannot open files without paths in filenames.

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fly602, mhduiy

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

@fly602 fly602 merged commit 8511fe6 into linuxdeepin:master Mar 5, 2026
17 of 19 checks passed
@deepin-bot
Copy link
Contributor

deepin-bot bot commented Mar 5, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.0.36
  • Tag SHA: 5aac19ff912ba4fadc336a635e6b968397815ec0
  • Commit SHA: 9368c7296c9bece66c773200cf77af459bc7ed78
  • Tag Message:
    Release dde-api 6.0.36
    
    
  • Tagger:
    • Name: mhduiy
  • 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