Skip to content

Commit f942a6b

Browse files
committed
Update the release readme
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent f312e79 commit f942a6b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

RELEASE.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
1. Update all the tool versions in [Directory.Build.Props](./Directory.Build.props)
44
1. Open a PR to update:
5-
- the `<VersionPrefix>` tag in [Directory.Build.Props](./Directory.Build.props)
6-
- the version `BytecodeAlliance.Componentize.DotNet.Wasm.SDK` package `version` to match the `<VersionPrefix>` i.e. `Version="0.6.0-preview*"` in the [template](./templates/content/wasi-cli/wasi-cli.csproj). This ensures the templates use the latest package.
5+
- the `<VersionPrefix>` tag in [Directory.Build.Props](./Directory.Build.props)
6+
- the `BytecodeAlliance.Componentize.DotNet.Wasm.SDK` package `version` to match the `<VersionPrefix>` in the [template](./templates/content/wasi-cli/wasi-cli.csproj). For example the template version might look like `Version="0.6.0-preview*"`. This ensures the templates use the latest package.
77
1. Maintainers approve and merge PR
88
1. After the PR merges a maintainer triggers the Release workflow on the main branch via the github Actions UI or runs:
99

@@ -15,9 +15,14 @@ gh workflow run build -f test-run=false
1515
5. Maintainer updates release notes with package info:
1616

1717
```
18+
# https://www.nuget.org/packages/BytecodeAlliance.Componentize.DotNet.Templates
19+
dotnet new install BytecodeAlliance.Componentize.DotNet.Templates
20+
1821
# https://www.nuget.org/packages/BytecodeAlliance.Componentize.DotNet.Wasm.SDK
1922
dotnet add package BytecodeAlliance.Componentize.DotNet.Wasm.SDK
2023
2124
# https://www.nuget.org/packages/BytecodeAlliance.Componentize.DotNet.WitBindgen
2225
dotnet add package BytecodeAlliance.Componentize.DotNet.WitBindgen
23-
```
26+
```
27+
28+
6. Post message about release [c# collaboration Zulip channel](https://bytecodealliance.zulipchat.com/#narrow/channel/407028-C.23.2F.2Enet-collaboration)

0 commit comments

Comments
 (0)