Windows: .\build.cmd
Linux: ./build.sh
macOS: ./build.sh
- Write draft release notes for the release in
DRAFT_RELEASE.md
If you have Github-changelog-generator installed, use this script to create
DRAFT_RELEASE.md
. - Once happy with the release, call
.\build TagRelease
to create release tag. Push this tag viagit push --follow-tags
to publish the release. - Use this script to convert these tags into Github releases.
- Rebuild via
.\build
to create a new NuGet package with updated release metadata.