Skip to content

Commit

Permalink
fix(docs): update release process to remove spin-macro consideration
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
  • Loading branch information
kate-goldenring committed May 8, 2024
1 parent b3db535 commit 99e901d
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 99e901d

Please sign in to comment.