Skip to content

chore: Update version to 6.5.61#403

Merged
lzwind merged 1 commit into
linuxdeepin:develop/snipefrom
add-uos:develop/snipe
Jul 9, 2026
Merged

chore: Update version to 6.5.61#403
lzwind merged 1 commit into
linuxdeepin:develop/snipefrom
add-uos:develop/snipe

Conversation

@add-uos

@add-uos add-uos commented Jul 9, 2026

Copy link
Copy Markdown
Contributor
  • update version to 6.5.61

log: update version to 6.5.61

Summary by Sourcery

Build:

  • Update linglong.yaml package version to 6.5.61.1 and switch runtime to org.deepin.runtime.webengine/6.7.0.

- update version to 6.5.61

log: update version to 6.5.61
@sourcery-ai

sourcery-ai Bot commented Jul 9, 2026

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

Reviewer's Guide

This PR bumps the application version and updates the runtime dependency in the Linglong packaging metadata to align with the 6.5.61 release.

File-Level Changes

Change Details Files
Update application version metadata to 6.5.61.1 and adjust the runtime dependency to the new webengine runtime version.
  • Change package version field from 6.5.60.1 to 6.5.61.1 in Linglong manifest.
  • Change runtime reference from org.deepin.runtime.webengine/25.2.2 to org.deepin.runtime.webengine/6.7.0 in Linglong manifest.
  • Ensure Linglong build metadata remains otherwise unchanged.
linglong.yaml

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 Jul 9, 2026

Copy link
Copy Markdown

TAG Bot

TAG: 6.5.61
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot

Copy link
Copy Markdown

deepin pr auto review

★ 总体评分:95分

■ 【总体评价】

代码实现了版本号更新与运行时环境配置调整,逻辑正确且符合规范
逻辑正确,因仅涉及配置和日志更新无安全风险扣5分

■ 【详细分析】

  • 1.语法逻辑(完全正确)✓

debian/changelog 和 linglong.yaml 文件的修改均符合各自文件的语法规范,YAML 文件缩进正确,键值对格式无误,且修复了原文件末尾缺少换行符的问题。
潜在问题:无
建议:无需修改

  • 2.代码质量(良好)✓

变更日志记录详细,涵盖了多个模块的修复项,符合开源项目维护规范;linglong.yaml 中的版本号与 changelog 保持同步,运行时版本升级有明确记录。
潜在问题:无
建议:无需修改

  • 3.代码性能(无性能问题)✓

本次变更仅涉及文本配置文件,不涉及可执行代码逻辑,不存在算法复杂度或资源消耗问题。
潜在问题:无
建议:无需修改

  • 4.代码安全(存在0个安全漏洞)✓

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
本次变更不涉及任何可执行代码或敏感信息处理,仅更新版本号、运行时依赖及发布日志,不存在安全攻击面。

  • 建议:无需修改

■ 【改进建议代码示例】

# 当前代码已具备良好质量,无需额外修复,保持现状即可
package:
  id: org.deepin.voice.note
  name: deepin-voice-note
  version: 6.5.61.1
  kind: app
  description: 4
    voice note for deepin os

base: org.deepin.base/25.2.2
runtime: org.deepin.runtime.webengine/6.7.0

@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 left some high level feedback:

  • Consider adding a trailing newline to linglong.yaml to avoid the No newline at end of file indicator and keep file formatting consistent.
  • The runtime was updated to org.deepin.runtime.webengine/6.7.0 while the base remains at 25.2.2; if this version skew is intentional, it may help to align them or clearly reflect the rationale in the configuration for future maintainers.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Consider adding a trailing newline to linglong.yaml to avoid the `No newline at end of file` indicator and keep file formatting consistent.
- The runtime was updated to org.deepin.runtime.webengine/6.7.0 while the base remains at 25.2.2; if this version skew is intentional, it may help to align them or clearly reflect the rationale in the configuration for future maintainers.

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: add-uos, 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 8e8a503 into linuxdeepin:develop/snipe Jul 9, 2026
21 checks passed
@deepin-bot

deepin-bot Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.5.61
  • Tag SHA: 52828b435832cf3d48019f8bf15b83f0d502274f
  • Commit SHA: 8e8a5033c57aac57affd5755950b15e39d87447b
  • Tag Message:
    Release deepin-voice-note 6.5.61
    
    
  • Tagger:
    • Name: add-uos
  • 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