feat(#98): CI release workflow — tag v*.*.* → test gate → MSIX artifact + GitHub Release - #113
Open
jamestran1 wants to merge 2 commits into
Open
feat(#98): CI release workflow — tag v*.*.* → test gate → MSIX artifact + GitHub Release#113jamestran1 wants to merge 2 commits into
jamestran1 wants to merge 2 commits into
Conversation
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.
Summary
Slice 3/6 của #93 (theo plan trên issue #98, ADR 0005):
.github/workflows/release.yml— trigger push tagv*.*.*, một jobwindows-latest: Test (gạch chắn — đỏ là các step sau không chạy) → cài winapp CLI (microsoft/setup-WinAppCli@v0.2) →pack-msix.ps1với version bóc từ tag → upload artifactmsix→gh release create --generate-notes --verify-tagđính kèm.msix.pack-msix.ps1— dọn khối comment nháp (độc thoại agent từ feat(#93): manifest MSIX + script đóng gói (publish → stamp version → winapp pack) #97) thành một câu nêu ràng buộc thật về dev cert.Rehearsal (đã chạy thật, đã dọn)
Tag thử
v0.0.1push lên branch này → run 31659754510 xanh toàn bộ (Test → Pack → Upload → Release):v0.0.1được tạo với assetPdfReaderApp_0.0.1.msix+ notes tự tổng hợp ✅Identity.Version = 0.0.1.0✅ (verify bằng Expand-Archive)v0.0.1đã xóa sạch sau rehearsal; tagv0.1.0để dành cho release thật (release(#93): Release đầu tiên v0.1.0 lên Microsoft Store (việc người) #101)Ghi chú: script
pack-msix.ps1(#97) lần đầu được chạy thật end-to-end local trong PR này —winapp packagehoạt động đúng, MSIX tạo và ký OK, version stamp chính xác.Test plan
pack-msix.ps1không version → exit 1 với message rõpack-msix.ps1 -Version 0.0.1→ MSIX với manifest0.0.1.0v0.0.1→ run xanh, Release + asset đúngCloses #98
🤖 Generated with Claude Code