From 05abe6cebd170e242e1be2b750f7f6916044eab8 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Fri, 16 Feb 2024 14:23:33 -0800 Subject: [PATCH] Fix a typo in `MAINTAINERS.md` --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 4d5ee23..6643501 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 two-step process: +Releasing a new version is a three-step process: 1. 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. 2. Once the GitHub workflow has finished on the `main` branch, update the version in `install.sh` to point to the new release.