Skip to content

Commit

Permalink
Merge pull request #2500 from kate-goldenring/update-release-doc
Browse files Browse the repository at this point in the history
fix(docs): update release process to remove `spin-macro` consideration
  • Loading branch information
lann authored May 8, 2024
2 parents 69fd147 + 99e901d commit 0fe0b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To cut a major / minor release of Spin, you will need to do the following:
git push origin v2.0.0
```

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.
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.
- 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)
Expand Down

0 comments on commit 0fe0b41

Please sign in to comment.