-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Sturtevant <[email protected]>
- Loading branch information
1 parent
703570d
commit 78bd9d8
Showing
8 changed files
with
79 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Releasing the package | ||
|
||
1. Open a PR to update the `<VersionPrefix>` tag in [Directory.Build.Props](./Directory.Build.props) | ||
2. Maintainers approve and merge PR | ||
3. After the PR merges a maintainer triggers the Release workflow on the main branch via the github Actions UI or runs: | ||
|
||
``` | ||
gh workflow run build -f test-run=false | ||
``` | ||
|
||
4. The release flow will build and publish the packages to nuget, tag the repository with version of the release, and create a GH release | ||
5. Maintainer updates release notes with package info: | ||
|
||
``` | ||
# https://www.nuget.org/packages/ByteCodeAlliance.Componentize.DotNet.Wasm.SDK | ||
dotnet add package ByteCodeAlliance.Componentize.DotNet.Wasm.SDK | ||
# https://www.nuget.org/packages/ByteCodeAlliance.Componentize.DotNet.WitBindgen | ||
dotnet add package ByteCodeAlliance.Componentize.DotNet.WitBindgen | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters