Skip to content

chore: Bump version to 6.5.34#196

Merged
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
wangrong1069:pr0305
Mar 5, 2026
Merged

chore: Bump version to 6.5.34#196
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
wangrong1069:pr0305

Conversation

@wangrong1069

@wangrong1069 wangrong1069 commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

As title.

Log: Bump version to 6.5.34

Summary by Sourcery

Build:

  • Update package configuration to reference application version 6.5.34.

As title.

Log: Bump version to 6.5.34
@sourcery-ai

sourcery-ai Bot commented Mar 5, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Bumps the application/package version from 6.5.33.1 to 6.5.34.1 in the linglong packaging configuration, with an accompanying (but not shown) update in the Debian changelog.

File-Level Changes

Change Details Files
Update project/package version to 6.5.34.1 for the new release.
  • Change the package version field from 6.5.33.1 to 6.5.34.1 in the linglong configuration.
  • Ensure Debian changelog is updated to reflect the new 6.5.34 release (contents not 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

@github-actions

github-actions Bot commented Mar 5, 2026

Copy link
Copy Markdown

TAG Bot

TAG: 6.5.34
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

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
Contributor

deepin pr auto review

这段代码变更主要涉及包版本号的更新,以下是对该变更的审查意见:

1. 语法逻辑

  • 版本号一致性debian/changelog 中的版本号从 6.5.33 更新为 6.5.34,而 linglong.yaml 中的版本号从 6.5.33.1 更新为 6.5.34.1。版本号的主版本号(6)、次版本号(5)和修订号(33→34)保持一致,符合语义化版本规范。
  • 日期格式debian/changelog 中的日期格式 Thu, 05 Mar 2026 19:18:34 +0800 符合 RFC 2822 标准,但年份 2026 可能是笔误(当前年份为 2023 或 2024),建议检查是否为未来日期。

2. 代码质量

  • 变更描述debian/changelog 中的变更描述为 chore: Unify linglong.yaml,但实际变更仅涉及版本号更新,描述不够准确。建议修改为:
    * bump: Update version to 6.5.34
    
  • 版本号后缀linglong.yaml 中的版本号带有 .1 后缀(如 6.5.34.1),而 debian/changelog 中没有。需确认是否为 Linglong 打包规范要求,否则建议统一版本号格式。

3. 代码性能

  • 无直接影响:版本号更新不会影响代码性能,但需确保版本号更新后不会破坏依赖关系(如其他包依赖特定版本的 deepin-calculator)。

4. 代码安全

  • 版本号篡改风险:版本号更新需确保是合法的版本发布,避免恶意篡改版本号导致供应链攻击。建议:
    • 通过 GPG 签名验证版本变更的合法性。
    • 在 CI/CD 流程中自动检查版本号是否符合预期。

5. 改进建议

  1. 修正日期:检查 debian/changelog 中的年份是否正确(如 2026 应改为 2024)。
  2. 统一版本号格式:确认 linglong.yaml 中的 .1 后缀是否必要,若非必要,建议与 debian/changelog 保持一致。
  3. 明确变更类型:使用更准确的变更类型(如 bumprelease)替代 chore
  4. 自动化检查:在 CI/CD 中添加版本号一致性检查脚本,避免手动错误。

修改后的示例

debian/changelog

+deepin-calculator (6.5.34) unstable; urgency=medium
+
+  * bump: Update version to 6.5.34
+
+ -- wangrong <wangrong@uniontech.com>  Thu, 05 Mar 2024 19:18:34 +0800

linglong.yaml

-  version: 6.5.33.1
+  version: 6.5.34

总结

变更本身符合版本管理规范,但需修正日期、统一版本号格式,并优化变更描述。建议通过自动化工具减少人为错误。

@deepin-ci-robot

Copy link
Copy Markdown
Contributor

[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

@wangrong1069

Copy link
Copy Markdown
Contributor Author

/forcemerge

@deepin-bot

deepin-bot Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

This pr force merged! (status: unstable)

@deepin-bot deepin-bot Bot merged commit d11d1ea into linuxdeepin:master Mar 5, 2026
18 of 20 checks passed
@wangrong1069 wangrong1069 deleted the pr0305 branch March 5, 2026 11:58
@deepin-bot

deepin-bot Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.5.34
  • Tag SHA: 77de61f57850e1e220009b3bec60dcc31ac9ad62
  • Commit SHA: 51502cba931ecc2e4dc0972963559ad846f3d544
  • Tag Message:
    Release deepin-calculator 6.5.34
    
    
  • 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