gf icon indicating copy to clipboard operation
gf copied to clipboard

feat: add Go releases using `goreleaser`

Open ocervell opened this issue 10 months ago • 0 comments

  • Adds support for binary releases (pre-compiled packages) with goreleaser
  • Add release-test.yml and release-binary.yml GitHub workflows
  • Add release.yml

This fixes https://github.com/tomnomnom/gf/issues/86

Once this is merged, simply push a tag:

git checkout main
git pull
git tag v0.0.1
git push --tags

and it should make your releases + binary packages.

ocervell avatar Apr 14 '24 09:04 ocervell