swiftwasm / swift

WebAssembly support for the Swift programming language
https://swiftwasm.org
1.28k stars 28 forks source link

SwiftWasm 5.10 release #5570

Closed kateinoigakukun closed 2 weeks ago

kateinoigakukun commented 3 months ago

TODO:

Testing with https://github.com/swiftwasm/swift/releases/tag/swift-wasm-5.10-SNAPSHOT-2024-05-30-a

gh workflow run manual-distribution.yml -f run-id=$RC_RUN_ID -f scheme=release-5.10 -f override-name=swift-wasm-5.10.1-RELEASE -f display-name="Swift for WebAssembly 5.10.1 Release $(date +'%Y-%m-%d')" -f display-name-short="Swift for WebAssembly 5.10.1 Release" -R swiftwasm/swift

(Replace $RC_RUN_ID with the GitHub Actions run id for the release candidate build from swiftwasm-build)

After tagging the toolchain version

Current blockers

Please report any other issues found in the latest release snapshots to help us prioritize them.

Previous releases

kateinoigakukun commented 1 month ago

Update: I'm waiting for the 5.10 snapshot release from the upstream including a fix for a while but the infrastructure is not working now. Releasing our downstream release without upstream snapshot requires a lot of build infrastructure changes. I don't have enough availability to do it now, so if you don't have any reason to stick with 5.10, please consider using 6.0 or development snapshot for now.

kateinoigakukun commented 1 month ago

Ok, swift-wasm-5.10-SNAPSHOT-2024-05-30-a seems stable

kateinoigakukun commented 4 weeks ago

Trigged release workflow

gh workflow run manual-distribution.yml -f run-id=9303473023 -f scheme=release-5.10 -f override-name=swift-wasm-5.10.0-RELEASE -f display-name="Swift for WebAssembly 5.10.0 Release $(date +'%Y-%m-%d')" -f display-name-short="Swift for WebAssembly 5.10.0 Release" -R swiftwasm/swift
kateinoigakukun commented 2 weeks ago

Published https://blog.swiftwasm.org/posts/5-10-released/