Skip to content

chore: update version to 6.0.30#142

Merged
lzwind merged 1 commit intolinuxdeepin:masterfrom
wyu71:master
Apr 17, 2026
Merged

chore: update version to 6.0.30#142
lzwind merged 1 commit intolinuxdeepin:masterfrom
wyu71:master

Conversation

@wyu71
Copy link
Copy Markdown
Contributor

@wyu71 wyu71 commented Apr 17, 2026

  • bump version to 6.0.30

Log : bump version to 6.0.30

Summary by Sourcery

Chores:

  • Bump Debian changelog entry to version 6.0.30.

- bump version to 6.0.30

Log : bump version to 6.0.30
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Apr 17, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the Debian packaging changelog to bump the project version to 6.0.30.

File-Level Changes

Change Details Files
Update Debian changelog to reflect version bump to 6.0.30.
  • Add or modify the top changelog entry to set the new version number 6.0.30.
  • Update the associated log/message line to match the new version number.
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
Copy Markdown

TAG Bot

TAG: 6.0.30
EXISTED: no
DISTRIBUTION: unstable

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

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: lzwind, wyu71

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 8272d56 into linuxdeepin:master Apr 17, 2026
12 of 15 checks passed
@deepin-ci-robot
Copy link
Copy Markdown

deepin pr auto review

这段代码是 Debian 软件包的变更日志(debian/changelog),用于记录软件包的版本更新历史。以下是对该 git diff 的审查意见:

1. 语法与格式

  • 符合规范:该变更日志的格式完全符合 Debian 的 changelog 规范(定义在 deb-changelog(5) 手册页中)。
    • 版本号 (6.0.30) 格式正确。
    • 发行版 unstable 和紧急程度 urgency=medium 使用正确。
    • 维护者信息 Wang Yu <wangyu@uniontech.com> 和日期戳 Fri, 17 Apr 2026 09:22:30 +0800 格式标准。
    • 变更条目使用了正确的缩进(两个空格)和项目符号(一个空格加星号)。

2. 代码逻辑与内容

  • 语义清晰:日志条目 fix: support dual key bindings for Ctrl+Shift layout switching 清晰地描述了本次更新的目的。
    • 使用了 fix: 前缀,表明这是一个错误修复。
    • 描述具体指出了是关于 "Ctrl+Shift 布局切换" 的 "双键绑定" 支持。这对于用户和开发者来说都是易于理解的信息。

3. 代码质量

  • 版本控制:版本号从 6.0.29 递增到 6.0.30,符合语义化版本控制的基本原则,表明这是一个小的修复更新。
  • 可追溯性:虽然这里没有显式关联 Bug ID 或 Issue 链接(例如 Closes: #123456),但在内部开发流程中,提交信息通常与 Issue Tracker 关联。如果是修复特定的公开 Bug,建议添加 Closes: 标签以便自动关闭 Bug 跟踪系统中的工单。

4. 代码安全

  • 安全影响:从日志内容来看,这是一个功能修复/增强,主要涉及用户体验(快捷键支持),不涉及明显的安全漏洞修复或引入新的安全风险。

5. 改进建议

  • 日期异常:请注意,日志中的日期显示为 2026年 (Fri, 17 Apr 2026)。
    • 如果这是为了测试或未来计划,则无需更改。
    • 如果这是当前的实际提交,这是一个严重错误。年份可能是拼写错误(应为 2024 或 2025)。错误的年份可能会导致软件包管理系统(如 dpkg)在处理时间戳时出现混乱,或者给维护历史带来困惑。请务必核实并修正年份。
  • 关联 Bug:如果此次修复是对应特定的 Bug 报告,建议在日志中添加 Closes: #bug-number,这样在打包上传到官方仓库时可以自动关闭对应的 Bug。

总结

除了**日期年份可能存在错误(2026年)**这一点需要重点检查外,该变更日志的格式、语法和描述质量都是良好的,符合开源项目维护的标准。

@deepin-bot
Copy link
Copy Markdown

deepin-bot Bot commented Apr 17, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.0.30
  • Tag SHA: 540cdb3d7188020098d72e00f2ea2823fc404e2c
  • Commit SHA: 240f4bad36644034f179cb8fbc85e44853e4b810
  • Tag Message:
    Release deepin-fcitx5configtool-plugin 6.0.30
    
    
  • Tagger:
    • Name: wyu71
  • 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