chore(main): release 2.2.5 - #132
Merged
Merged
Conversation
ReSerendipity
added a commit
that referenced
this pull request
Sep 22, 2026
release-please 只抬 pyproject / version.json 的 $.version / desktop/package.json / tauri.conf.json / Cargo.toml / manifest。这里补它够不到的: - config.yaml 顶层 version - desktop/src-tauri/Cargo.lock 里本包那条 version - deploy/kubernetes/deployment.yaml 的两处 image tag(与 ghcr 的 semver tag 同步) - scripts/installer/setup.nsi 的 OutFile / APP_VERSION / VIProductVersion - version.json 的 changelog 与 release_date(壳的 updater.rs 会把 changelog 显示给用户, 只抬版本号会发出"自称 2.2.5、说明写着 2.2.4"的包) 为什么必须在这里补而不是等 CI:release PR 拿不到任何 CI 检查(GitHub 固定行为, GITHUB_TOKEN 产生的提交不级联触发 workflow;实测 #120 / #132 的 gh pr checks 都是空数组), 所以判据只会在合并后的 main 上响 —— 那时 tag 与 Release 已经发出去了。 补完之后 scripts/check_release_readiness.py 在本 head 上给的是"发版条件满足:全部版本位 = 2.2.5"。 Signed-off-by: ReSerendipity <zengyangc@outlook.com>
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
September 22, 2026 13:19
1c2597a to
69cce0d
Compare
config.yaml 顶层 version、Cargo.lock 里本包的 version、k8s 两处 image tag、 setup.nsi 的 OutFile / APP_VERSION / VIProductVersion、version.json 的 changelog 与 release_date。 最后一处不是装饰:壳的 updater.rs 会把 changelog 显示给用户,只抬版本号会发出 "自称 2.2.5、说明写着 2.2.4" 的包。 为什么必须补在这里:release PR 拿不到 CI(GITHUB_TOKEN 的提交不级联触发 workflow), 所以版本位判据不会在 PR 上拦;不补齐就红在已经发版之后的 main 上。 补完由 scripts/check_release_readiness.py 在合并前判:"全部版本位 = 2.2.5,判据全过"。 Signed-off-by: ReSerendipity <zengyangc@outlook.com>
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.2.5 (2026-09-22)
Bug Fixes
Documentation
This PR was generated with Release Please. See documentation.