diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 94a89666..f78f4e58 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -28,7 +28,7 @@ The GitHub workflow will fail initially because the jobs which test the installe ### Release instructions -Releasing a new version is a three-step process: +Releasing a new version is a four-step process: 1. Run `(cd integration_tests/typescript-web && npm ci && npm run dev)` to run the browser-based integration tests. This is the only test suite that isn't automated. 2. Bump the version in `Cargo.toml`, run `cargo build` to update `Cargo.lock`, and update `CHANGELOG.md` with information about the new version. Ship those changes as a single commit.