From fff85a6c6d1556dad0084d7ab9cf998bcd62967c Mon Sep 17 00:00:00 2001 From: Brian Hardock Date: Mon, 9 Feb 2026 16:02:58 -0700 Subject: [PATCH] Remove step 8 of release notes Signed-off-by: Brian Hardock --- release-process.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/release-process.md b/release-process.md index 51067fc..d681c23 100644 --- a/release-process.md +++ b/release-process.md @@ -22,8 +22,6 @@ To cut a new release, you will need to do the following: git push origin v3.1.0 ``` -6. Pushing the tag upstream will trigger the [release action](https://github.com/spinframework/spin-rust-sdk/actions/workflows/release.yml) which publishes the crates in this workspace to `crates.io` and dispatches an `rust-sdk-release` event to the `spinframework/spin` repository. This event will trigger an action that updates the rust template's sdk dependency. +6. Pushing the tag upstream will trigger the [release action](https://github.com/spinframework/spin-rust-sdk/actions/workflows/release.yml) which publishes the crates in this workspace to `crates.io` and dispatches an `rust-sdk-release` event to the `spinframework/spin` repository. This event will trigger an action that updates the rust sdk dependency for templates and examples. -7. If applicable, create PR(s) or coordinate [documentation](https://github.com/spinframework/spin-docs) needs, e.g. for new features or updated functionality. - -8. Create a PR to update the SDK version of [examples in the Spin repo](https://github.com/spinframework/spin/tree/main/examples/) that use the Rust SDK as appropriate. +7. If applicable, create PR(s) or coordinate [documentation](https://github.com/spinframework/spin-docs) needs, e.g. for new features or updated functionality. \ No newline at end of file