This repository is configured to release new versions of the WaySON package via automated CI using GitHub Actions. Publishing of releases and previews follow slightly different workflows. See below for details.
In order to publish a new release, bump the package version in WaySON.csproj to a new version. On merge into the primary branch, this version change will kick off publishing a release for that version. Ensure that versioning changes adhere to Semantic Versioning and update our CHANGELOG file accordingly.
In order to publish a preview, tag the commit with a preview tag that follows one of the tag formats defined in the publish-preview workflow. This will kick off publishing a preview package with a version that matches the preview tag.