Skip to content

chore: Bump version to 6.5.37#194

Merged
deepin-bot[bot] merged 1 commit intolinuxdeepin:develop/snipefrom
wangrong1069:pr0305
Mar 5, 2026
Merged

chore: Bump version to 6.5.37#194
deepin-bot[bot] merged 1 commit intolinuxdeepin:develop/snipefrom
wangrong1069:pr0305

Conversation

@wangrong1069
Copy link

@wangrong1069 wangrong1069 commented Mar 5, 2026

As title.

Log: Bump version to 6.5.37

Summary by Sourcery

Bump application package metadata to version 6.5.37.1.

As title.

Log: Bump version to 6.5.37
@sourcery-ai
Copy link

sourcery-ai bot commented Mar 5, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the application version metadata to 6.5.37.1 in packaging/config files to prepare a new release.

File-Level Changes

Change Details Files
Bump application version for the new release.
  • Update package version field from 6.5.36.1 to 6.5.37.1 in the Linglong configuration
  • Adjust Debian packaging changelog for the new 6.5.37 release (no detailed diff shown)
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

@github-actions
Copy link

github-actions bot commented Mar 5, 2026

TAG Bot

TAG: 6.5.37
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot
Copy link

deepin pr auto review

针对您提供的 git diff 内容,我进行了仔细的审查。这次变更主要涉及版本号的升级以及 changelog 的更新。以下是关于语法逻辑、代码质量、代码性能和代码安全的审查意见及改进建议:

1. 语法逻辑

  • 版本号一致性

    • debian/changelog 中版本号更新为 6.5.37
    • linglong.yaml 中版本号更新为 6.5.37.1
    • 潜在问题:通常 linglong.yaml 中的版本号应与 changelog 保持一致,或者在遵循特定打包规范(如构建号后缀)的情况下保持逻辑对应。这里 changelog6.5.37,而 linglong.yaml6.5.37.1。如果 .1 代表构建号(Build Number)或修订号,这是合理的;但如果它代表次级版本,则两者出现了不一致。
    • 建议:请确认 .1 后缀的含义。如果是为了区分构建次数,建议在提交信息或文档中明确说明版本号规则,以避免混淆。
  • 日期逻辑

    • changelog 中的日期显示为 Thu, 05 Mar 2026
    • 问题:当前年份是 2023 或 2024 年,2026 年显然是一个未来的日期。这通常是由于开发者本地系统时间设置错误导致的。
    • 建议:请修正系统时间,并重新生成 changelog 条目。错误的日期可能会导致版本管理工具(如 dpkg)在排序或校验时产生非预期行为。

2. 代码质量

  • 提交信息

    • 提交信息为 chore: Unify linglong.yaml
    • 分析:从 diff 内容来看,本次修改主要是更新版本号,并没有体现"统一"(Unify)的具体逻辑(例如格式调整或字段合并)。如果仅仅是版本号升级,建议使用更明确的提交类型,如 chore(release): bump version to 6.5.37feat: update version for linglong。如果确实有"统一"格式的操作,diff 中未能体现出来,可能是不完整的 diff。
  • 格式规范

    • YAML 文件的缩进和格式看起来是正确的,符合规范。
    • Changelog 的格式符合 Debian 标准。

3. 代码性能

  • 影响:本次变更仅涉及元数据文件(文本配置),不包含任何源代码或二进制文件的更改。
  • 结论:对软件的运行时性能无任何影响。

4. 代码安全

  • 供应链安全
    • 虽然只是版本号变更,但确保版本号发布的时机是安全的。
    • 建议:确认 6.5.37 版本确实包含了对应的安全补丁或功能更新,防止版本号"虚高"但内容未更新的情况。

总结与改进建议

本次变更主要是为了发布新版本,但在版本号格式对应日期准确性上存在明显瑕疵。

建议修改如下:

  1. 修正日期:将 changelog 中的日期修正为当前实际日期。
  2. 确认版本号规则:确保 debian/changeloglinglong.yaml 的版本号差异是符合项目预期的(例如 linglong 是否需要额外的构建号后缀)。
  3. 优化提交信息:如果只是版本升级,建议修改提交信息以准确反映内容。

修正后的 Changelog 示例(假设当前日期):

+deepin-draw (6.5.37) unstable; urgency=medium
+
+  * chore: bump version to 6.5.37
+
+ -- wangrong <wangrong@uniontech.com>  Wed, 24 May 2024 10:00:00 +0800
+
 deepin-draw (6.5.36) unstable; urgency=medium

修正后的 linglong.yaml 示例(假设不需要 .1 后缀):

 package:
   id: org.deepin.draw
   name: deepin-draw
-  version: 6.5.36.1
+  version: 6.5.37
   kind: app

如果 .1 后缀是必须的,请忽略关于 linglong.yaml 版本号格式的修改建议,但请务必修正日期。

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

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.

@wangrong1069
Copy link
Author

/merge

@deepin-bot deepin-bot bot merged commit 258956f into linuxdeepin:develop/snipe Mar 5, 2026
20 checks passed
@wangrong1069 wangrong1069 deleted the pr0305 branch March 5, 2026 11:20
@deepin-bot
Copy link
Contributor

deepin-bot bot commented Mar 5, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.5.37
  • Tag SHA: 96c739cc9759b67ca9d35f4c8070c028c5f55e50
  • Commit SHA: e2dee9dfd5f9fac527ce6ff134e0d9dfdf9af1a9
  • Tag Message:
    Release deepin-draw 6.5.37
    
    
  • Tagger:
    • Name: wangrong1069
  • 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