Skip to content

Commit 0fe0b41

Browse files
authored
Merge pull request #2500 from kate-goldenring/update-release-doc
fix(docs): update release process to remove `spin-macro` consideration
2 parents 69fd147 + 99e901d commit 0fe0b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To cut a major / minor release of Spin, you will need to do the following:
3434
git push origin v2.0.0
3535
```
3636
37-
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.
37+
1. Switch back to `main` and update the `Cargo.toml` version again, this time to e.g. `2.1.0-pre0` if `2.1.0` is the next anticipated release.
3838
- Run `make build update-cargo-locks` so that `Cargo.lock` and example/test `Cargo.lock` files are updated
3939
- PR this to `main`
4040
- See [sips/011-component-versioning.md](sips/011-component-versioning.md)

0 commit comments

Comments
 (0)