Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 808 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 808 Bytes

GoldenHammer

Compiling GoldenHammer

Windows: .\build.cmd
Linux: ./build.sh
macOS: ./build.sh

Publishing a Release

  1. 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.

  2. Once happy with the release, call .\build TagRelease to create release tag. Push this tag via git push --follow-tags to publish the release.
  3. Use this script to convert these tags into Github releases.
  4. Rebuild via .\build to create a new NuGet package with updated release metadata.