Stream: git-wasmtime

Topic: wasmtime / PR #6295 Fix name of tarballs for patch releases


view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 17:37):

alexcrichton opened PR #6295 from alexcrichton:fix-release-versions to bytecodealliance:main:

Since the latest updates to our release process which transitioned to merge queues it appears that patch release create incorrectly named tarballs. The version in the tarball is based on the branch name, which doesn't change for patch releases, so the version needs to come from Cargo.toml. Thankfully there's already a helpful shell script to do that so use the shell script instead of using the branch name.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 17:37):

alexcrichton requested cfallin for a review on PR #6295.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 17:37):

alexcrichton requested wasmtime-default-reviewers for a review on PR #6295.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 17:40):

jameysharp submitted PR review:

Makes sense to me!

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 17:41):

alexcrichton has enabled auto merge for PR #6295.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 18:45):

alexcrichton merged PR #6295.


Last updated: Nov 22 2024 at 17:03 UTC