You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,16 @@ Compile the gem, run the tests & Ruby linter:
17
17
bundle exec rake
18
18
```
19
19
20
-
## Releasing
20
+
## Updating Wasmtime
21
21
22
-
1. Bump the `VERSION` in `lib/wasmtime/version.rb`
22
+
1. Update the version of `deterministic-wasi-ctx` in `ext/Cargo.toml`
23
+
1. Update the `wasmtime-` family of crates to the new version in `ext/Cargo.toml`. Note that this process might involve code changes in case the new version contains public facing API changes.
24
+
1. Bump the `VERSION` in `lib/wasmtime/version.rb` to match one-to-one the upstream `wasmtime` version.
23
25
1. Run `bundle install` to bump the version in `Gemfile.lock`
24
-
1. Update the changelog (requires the `github_changelog_generator` gem and being authenticated with `gh`)
26
+
27
+
## Releasing
28
+
29
+
1. On `main`, update the changelog (requires the `github_changelog_generator` gem and being authenticated with `gh`)
0 commit comments