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
1. While waiting for the release, bump the version for the project templates
26
-
under the `templates` directory via the `make` target:
27
-
```console
28
-
cd templates
29
-
SDK_VERSION=v0.3.1 make
30
-
```
31
-
- Create a follow-up PR with the updated files
32
-
1. Async step: After the follow-up PR from the previous step is merged, create
33
-
a tag for the templates at the merge commit. Tag should be named e.g.
34
-
`spin/templates/v0.3`
35
-
- Note the `v0.3` - the tag only needs to be created on minor releases and
36
-
this step should be skipped on patch releases.
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).
0 commit comments