nats-io / terraform-provider-jetstream

Terraform Provider to manage NATS JetStream
Apache License 2.0
55 stars 13 forks source link

Enhance CI - Use GH Actions to build and publish terraform provider #61

Closed mikenabhan closed 2 years ago

mikenabhan commented 2 years ago

Hello,

If you provide me with the current process that you are using to build and publish the provider, I am happy to recreate this process in GH actions to release and increment version according to SemVer on every merge to the main branch.

ripienaar commented 2 years ago

Hello

the process is essentially just to run tests followed by goreleaser. I review the draft release and once GH gets a final release the terraform registry auto updates

mikenabhan commented 2 years ago

I will submit a PR to do this in GH actions for review if it is a welcome change.

ripienaar commented 2 years ago

Yeah would be good for sure to see GH used to do the goreleaser work