Miscelaneous docs updates and fixes. (#1249)

Update references to things in CraneStation which have moved, WASI documentation
which has moved to the WASI repo, and fix a few typos.
This commit is contained in:
Dan Gohman
2020-03-08 08:11:17 -07:00
committed by GitHub
parent 0afa334f3e
commit fbe29da5cc
17 changed files with 30 additions and 2437 deletions

View File

@@ -1,7 +1,7 @@
# Release Process
This is intended to serve as documentation for wasmtime's release process. It's
largely an internal checklist for those of us performing a wasmtime release, but
This is intended to serve as documentation for Wasmtime's release process. It's
largely an internal checklist for those of us performing a Wasmtime release, but
others might be curious in this as well!
To kick off the release process someone decides to do a release. Currently
@@ -17,11 +17,11 @@ be executed to make the release:
* Commit the changes
1. Make sure `RELEASES.md` is up-to-date, and fill it out if it doesn't have an
entry yet for the current release.
1. Send this version update as a PR to the wasmtime repository, wait for a merge
1. Send this version update as a PR to the `wasmtime` repository, wait for a merge
1. After merging, tag the merge as `vA.B.C`
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
And that's it, then you've done a wasmtime release.
And that's it, then you've done a Wasmtime release.