Skip to content

Commit a799d52

Browse files
committed
docs(release-process): update versions to reflect current/anticipated release
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
1 parent 73e5582 commit a799d52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/release-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ url = "https://github.com/fermyon/spin/blob/main/docs/content/release-process.md
88
To cut a release of Spin, you will need to do the following:
99

1010
1. Create a pull request that changes the version number for your new version
11-
(e.g. `0.3.0` becomes `0.3.1`)
11+
(e.g. `0.5.0` becomes `0.5.1`)
1212
- Bump the version in Spin's `Cargo.toml`
1313
- Bump the version in the Rust SDK as well (`sdk/rust/Cargo.toml`)
1414
- Check the docs for hard-coded version strings
1515
1. Merge the PR created in #1 (Such PRs are still required to get approvals, so
1616
make sure you get signoff on the PR)
1717
1. Before proceeding, verify that the merge commit on `main` intended to be
1818
tagged is green, i.e. CI is successful
19-
1. Create a new tag with a `v` and then the version number (`v0.3.1`)
20-
1. The Go SDK tag `sdk/go/v0.3.1` and template tag `spin/templates/v0.3` will be created in `release` [action](https://github.com/fermyon/spin/actions/workflows/release.yaml).
19+
1. Create a new tag with a `v` and then the version number (`v0.5.1`)
20+
1. The Go SDK tag `sdk/go/v0.5.1` and template tag `spin/templates/v0.5` will be created in `release` [action](https://github.com/fermyon/spin/actions/workflows/release.yaml).
2121
1. When the `release`
2222
[action](https://github.com/fermyon/spin/actions/workflows/release.yaml)
2323
completes, binary artifacts and checksums will be automatically uploaded.

0 commit comments

Comments
 (0)