Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.27 KB

RELEASE.md

File metadata and controls

19 lines (17 loc) · 1.27 KB

Release Flow

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:

  1. Navigate to the repository's Releases page and click "Draft a new release".
  2. Create a new tag that makes sense with the project's semantic versioning.
  3. Auto-generate the release notes.
  4. Click "Publish release".
  5. 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.
  6. The new release will show up in https://registry.terraform.io/providers/integrations/github/latest for consumption by Terraform users.
  7. 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/.