TomGillen / GoldenHammer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:C# 77.0%Language:F# 19.0%Language:Shell 3.5%Language:Batchfile 0.5%