Skip to content

Conversation

stuartleeks
Copy link
Contributor

The goal of this PR is to automatically create a GitHub release (example here) when a git tag is pushed to the repo:

git tag v0.1.2
git push origin v0.1.2

Changes in PR:

  • Add a go.mod file
  • run go mod vendor to vendor in dependencies
  • Add GitHub action to respond to new tags and run goreleaser to create x86 and x64 Windows binaries for the release

@jstarks jstarks merged commit 4997d3b into jstarks:master Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants