Skip to content

Commit 63f60d6

Browse files
committed
Try a simple approach to releasing proper version
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 6a0e343 commit 63f60d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Releasing the package
22

33
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.
57
1. Maintainers approve and merge PR
68
1. After the PR merges a maintainer triggers the Release workflow on the main branch via the github Actions UI or runs:
79

templates/content/wasi-cli/wasi-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="BytecodeAlliance.Componentize.DotNet.Wasm.SDK" Version="0.6.0-preview00009" />
17+
<PackageReference Include="BytecodeAlliance.Componentize.DotNet.Wasm.SDK" Version="0.6.0-preview*" />
1818
<PackageReference Condition="'$(platform)' == 'Windows_NT'" Include="runtime.win-x64.microsoft.dotnet.ilcompiler.llvm" Version="10.0.0-alpha.1.25162.1" />
1919
<PackageReference Condition="'$(platform)' == 'linux'" Include="runtime.linux-x64.microsoft.dotnet.ilcompiler.llvm" Version="10.0.0-alpha.1.25162.1" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)