diff --git a/docs/content/release-process.md b/docs/content/release-process.md index 5c4366166..57c76c3f8 100644 --- a/docs/content/release-process.md +++ b/docs/content/release-process.md @@ -42,7 +42,7 @@ To cut a major / minor release of Spin, you will need to do the following: > When the [release action] completes, binary artifacts and checksums will be > automatically uploaded to the GitHub release. -1. Switch back to `main` and update the `Cargo.toml` and `templates/Makefile` versions again, this time to e.g. `2.1.0-pre0` if `2.1.0` is the next anticipated release. +1. Switch back to `main` and update the `Cargo.toml` and `spin-macro` versions again, this time to e.g. `2.1.0-pre0` if `2.1.0` is the next anticipated release. - Run `make build update-cargo-locks` so that `Cargo.lock` and example/test `Cargo.lock` files are updated - PR this to `main` - See [sips/011-component-versioning.md](sips/011-component-versioning.md)