在 TAG 时自动发布为 PreRelease 以便 MAA 主仓库可以自动拉取最新的 MaaTouch #6
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.
当 MaaTouch 仓库认为当前版本稳定后可以进行 TAG 操作,随后会自动将编译发布为 PreRelease
只要二次审核通过就可以将其设置为 Latest Release
这样之后 MAA 主仓库的 CI 就可以修改为自动拉取最新的 MaaTouch Release 到仓库中来完成 MaaTouch 全流程自动更新。
TAG 和 Pre Release 两次确认也可以充分确保 MaaTouch 在需要更新时被拉入主仓库而不是将任意 commit 的编译拉入主仓库。