Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Goreleaser and GitHub Actions-based release pipeline #464

Merged
merged 4 commits into from
Jul 20, 2020

Conversation

andrewsomething
Copy link
Member

This new release pipeline has two parts:

  • A Gorelaser configuration that should produce build artifacts matching the layout required to publish the provider in the Terraform Registry.

  • A GitHub Action that workflow should be configured to automatically build and publish assets for release when a tag is pushed that matches the pattern v* (ie. v0.1.0).

Both the Goreleaser configuration and the release workflow are essentially unchanged from the version provided at:

https://github.com/hashicorp/terraform-provider-scaffolding

in order to share a consistent approach to building and releasing with other providers.

@andrewsomething andrewsomething merged commit 53cb123 into digitalocean:master Jul 20, 2020
@andrewsomething andrewsomething deleted the release-pipeline branch July 20, 2020 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants