Automate release for v0.11.0-rocket-fuel - #689
Merged
Merged
Conversation
Triggers the Release Tag & Publish workflow to re-create the v0.11.0-rocket-fuel tag at post-#688 main (which drops the Intel macOS build leg) and publish the release + runtime wasm that the original run failed to produce.
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.
Purpose
Re-fire the Release Tag & Publish workflow for
v0.11.0-rocket-fuel, which previously created a tag but no release (Intel macOSopenssl@3bottle failure, now fixed in #688).Merging this PR (it carries the
release-proposallabel and the version in its title) runscreate-tag→ re-creates thev0.11.0-rocket-fueltag at currentmain(which no longer builds Intel macOS) → builds Linux x86_64/aarch64, Apple Silicon, Windows → srtool runtime wasm → publishes the GitHub release with binaries + wasm.Why the tag was deleted first
The stale tag pointed at
b038b406(pre-fix, Intel Mac still in the matrix); reusing it would fail the same way. It has been deleted socreate-tagrecreates it at the fixed commit.spec_versionstays 148 — this does not go through the Release Proposal workflow, so nothing re-increments it.Contents
Just release notes (
docs/release-notes/v0.11.0-rocket-fuel.md) — the diff needed to open the PR; no code or version changes.