You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To cut a release of Spin, you will need to do the following:
9
9
10
10
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`)
12
12
- Bump the version in Spin's `Cargo.toml`
13
13
- Bump the version in the Rust SDK as well (`sdk/rust/Cargo.toml`)
14
14
- Check the docs for hard-coded version strings
15
15
1. Merge the PR created in #1 (Such PRs are still required to get approvals, so
16
16
make sure you get signoff on the PR)
17
17
1. Before proceeding, verify that the merge commit on `main` intended to be
18
18
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).
0 commit comments