GetStream / vg

Virtualgo: Easy and powerful workspace based development for go
MIT License
1.32k stars 45 forks source link

Publish binary executable of vg? #32

Closed cheungpat closed 6 years ago

cheungpat commented 6 years ago

dep publish binary executable on GitHub for each version. It would be great if vg can do the same too. This allows installation specific version of vg in CI or via homebrew.

dep build the executables using travis. There travis script is here: https://github.com/golang/dep/blob/master/.travis.yml

JelteF commented 6 years ago

Good point, looking into this for the next release (which should be soon).

JelteF commented 6 years ago

I just released v0.8.0 including dependencies built by Travis: https://github.com/GetStream/vg/releases/tag/v0.8.0. So I'm closing this.