Open
Conversation
Contributor
感觉这个可以,就是在正式版推市场和推应用内更新之间让开启了测试版的先在应用内收到更新 |
Contributor
There was a problem hiding this comment.
Pull request overview
该 PR 重构了版本发布相关的 GitHub Actions 流程:不再通过单独的 release.yml 在打 tag 时自动创建 Release,而是改为在创建/更新版本 tag 后,CI 直接基于对应 tag 的 GitHub Release 资产发布 beta,并继续触发版本号抬升流程。
Changes:
- 移除独立的
Publish Release工作流,并从主流程中删除对其的依赖调用 beta工作流支持在 tag 触发时,按 tag 解析并拉取对应 Release 的 APK/更新日志- 调整 iOS 可复用工作流的 job id;更新 alpha 发布使用的
softprops/action-gh-release版本引用
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/release.yml | 删除原本用于基于 tag 创建 GitHub Release 的工作流 |
| .github/workflows/main.yml | tag 触发时改为运行 beta + version;移除 release job 及其依赖关系 |
| .github/workflows/beta.yml | 新增按 ref 解析 Release tag,并从对应 Release 拉取 APK 与 changelog |
| .github/workflows/ios.yml | 重命名可复用工作流中的 job id(build_ipa → build-ipa) |
| .github/workflows/alpha.yml | 更新创建 alpha pre-release 的 action 版本引用 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
@klxiaoniu 考虑release的时候发布beta?
更改后release版本发布流程:
tag为x.x.xRelease title为x.x.xRelease notes为 release版更新日志Set as a pre-release,勾选Set as the latest releaseUpdate release