gitbatch
gitbatch copied to clipboard
Auto release with goreleaser and GitHub workflow
I'm using goreleaser with GitHub workflow to automatically release my go applications.
This can be beneficial for this because of the features following:
- auto-generated changelog
- homebrew support
- easy cross-platform compiling
I'm really happy especially with the homebrew update and changelog generation.
I'm happy to implement this if you want.
The example repository that uses this workflow:
- random
- and its brew repo: homebrew-tap
Thanks a lot @erdaltsksn 🎉 I would love to see this happen, sorry for the late answer BTW. Please feel free to open a PR for this 👍