Since the migration to the Terraform registry, this repository's maintainers now have
the ability to self-publish Terraform GitHub provider releases. This process uses GitHub Actions
and goreleaser
to build, sign, and upload provider binaries to a GitHub release.
The release flow is as follows:
- Navigate to the repository's Releases page and click "Draft a new release".
- Create a new tag that makes sense with the project's semantic versioning.
- Auto-generate the release notes.
- Click "Publish release".
- GitHub Actions will trigger the release workflow which can be viewed here. After the workflow executes successfully, the GitHub release created in the prior step will have the relevant assets available for consumption.
- The new release will show up in https://registry.terraform.io/providers/integrations/github/latest for consumption by Terraform users.
- For terraform
0.12.X
users, the new release is available for consumption once it is present in https://releases.hashicorp.com/terraform-provider-github/.