Maybe use goreleaser in the CI to do so?
I can make a PR, but can a maintainer help by adding the githb auth token and getting it working?
Hi @willejs! Good suggestion. Would an envvar named GITHUB_TOKEN work?
@roboll Would you mind setting the envvar with the encrypted variables feature?
@willejs and I could do all the remaining work to start releasing per a new tag automatically.
@mumoshu yep all we need is the GITHUB_TOKEN env var set with a key that has permissions to push new releases and tags. 馃憤
ya, a release would be great as it's been a while and has some new features cut.
I will set something up tonight.
anything i can do to get the container builds happening too?
@roboll Oh, hey, you seem to have already implemented the automatic release job before! https://github.com/roboll/helmfile/blob/master/circle.yml#L33
According to that we only need to create a tag that starts with v
Yes! I was just coming here to set it up and checked, and it should be working.
All you need to do is create a tag and it should automatically create a release.
v0.10 is released
Most helpful comment
v0.10is released