tomnomnom / gf

A wrapper around grep, to help you grep for things
MIT License
1.81k stars 318 forks source link

feat: add Go releases using `goreleaser` #87

Open ocervell opened 6 months ago

ocervell commented 6 months ago

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.