Closed stuartleeks closed 4 years ago
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:
go.mod
go mod vendor
The goal of this PR is to automatically create a GitHub release (example here) when a git tag is pushed to the repo:
Changes in PR:
go.mod
filego mod vendor
to vendor in dependencies