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
Copy file name to clipboardExpand all lines: RELEASE.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Releasing the package
2
2
3
3
1. Update all the tool versions in [Directory.Build.Props](./Directory.Build.props)
4
-
1. Open a PR to update the `<VersionPrefix>` tag in [Directory.Build.Props](./Directory.Build.props)
4
+
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
7
1. Maintainers approve and merge PR
6
8
1. After the PR merges a maintainer triggers the Release workflow on the main branch via the github Actions UI or runs:
0 commit comments