alexcrichton opened PR #14051 from alexcrichton:new-release-process to bytecodealliance:main:
This commit is an implementation of the changes described in #13622 for Wasmtime's release process. The intention here is to change Wasmtime's versioning scheme, publish release candidates to GitHub releases and crates.io, and additionally not increase the maintenance burden of doing any of this too much. Notably:
- On
mainthe version number will now always beX.0.0-dev- On creation of a release branch (5th of each month) one more PR will be created. The preexisting PR bumps from
X.0.0-devonmainto(X+1).0.0-dev. The new PR bumps fromX.0.0-devtoX.0.0-rc.1on therelease-X.0.0branch. On merge the second PR will actually publish therc.1version.- A new manually triggered action argument is available to bump from
X.0.0-rc.NtoX.0.0-rc.(N+1)and publish that. This is intended to be manually used if necessary to test out fixes/releases/etc.- Upon publication all previous
rc.Nreleases are yanked from crates.io. Allrc.Nreleases are marked as "pre release" on GitHub. Our documentation says there's no support for these releases.Effectively we'll have one extra PR to hit merge on, and additionally will have the ability to publish more RCs.
In implementing this I went ahead and migrated the
scripts/publish.rsscript to a proper Rust crate with dependencies atcrates/misc/publish.Closes #13622
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested fitzgen for a review on PR #14051.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #14051.
alexcrichton requested wasmtime-default-reviewers for a review on PR #14051.
alexcrichton requested wasmtime-core-reviewers for a review on PR #14051.
github-actions[bot] added the label cranelift on PR #14051.
github-actions[bot] added the label cranelift:module on PR #14051.
github-actions[bot] added the label isle on PR #14051.
github-actions[bot] added the label cranelift:meta on PR #14051.
github-actions[bot] commented on PR #14051:
Subscribe to Label Action
cc @cfallin, @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:meta", "cranelift:module", "isle"Thus the following users have been cc'd because of the following labels:
- cfallin: isle
- fitzgen: isle
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
:thumbs_up: fitzgen submitted PR review:
LGTM!
alexcrichton updated PR #14051.
alexcrichton has enabled auto merge for PR #14051.
alexcrichton updated PR #14051.
alexcrichton added PR #14051 Adjust Wasmtime's release process with RCs to the merge queue.
:check: alexcrichton merged PR #14051.
alexcrichton removed PR #14051 Adjust Wasmtime's release process with RCs from the merge queue.
Last updated: Aug 30 2026 at 09:07 UTC