From 612b806ac31425f83ec1ac199ab84cedcca8e255 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 17 Mar 2020 10:13:09 -0700 Subject: [PATCH] Update contributing docs with new script name --- docs/contributing-release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing-release-process.md b/docs/contributing-release-process.md index ee73c166ae..0bf3e5cf39 100644 --- a/docs/contributing-release-process.md +++ b/docs/contributing-release-process.md @@ -22,6 +22,6 @@ be executed to make the release: 1. Push the tag to the repository * This will trigger the release CI which will create all release artifacts and publish them to GitHub releases. -1. Run `scripts/publish-all.sh` to publish all crates to crates.io +1. Run `scripts/publish-wasmtime.sh` to publish all crates to crates.io And that's it, then you've done a Wasmtime release.