terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
323 stars 134 forks source link

Automated releases via Travis. #13

Closed ringods closed 5 years ago

ringods commented 6 years ago

The latest Github release of this provider is from 2015. Can we have Github releases automated for this provider? Here is the way to do it in Travis, when you tag a commit:

https://github.com/ringods/terraform-provider-xenserver/blob/master/.travis.yml#L34-L49

Hope this helps.

CpuID commented 6 years ago

It seems pyToshka's fork has been doing this, and has recent working releases.

https://github.com/pyToshka/terraform-provider-virtualbox/releases

rowleyaj commented 6 years ago

@ringods lets try reaching out to @pyToshka see if we can upstream those changes now that we've moved the repo to terra-farm. It could get confusing if we release those same version numbers but as different code.

@pyToshka may also be interesting in collaborating on the upstream repo now, looks like there are fairly recent changes in the fork.

ringods commented 6 years ago

@pyToshka would you mind joining forces and help out contributing to the master repo here on the terra-farm organization?

pyToshka commented 6 years ago

@ringods yes, I can provide help with develop

ringods commented 6 years ago

@pyToshka to go forward, could you rebase your fork with what is on master of the repo on terra-farm, then submit a PR so we have all your changes included?

ringods commented 5 years ago

This is in place now with correct credentials to publish releases in this repository under the terra-farm umbrella.