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