Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.92 KB

File metadata and controls

22 lines (17 loc) · 1.92 KB

Release Flow

The release process uses GitHub Actions and goreleaser to build, sign, and upload provider binaries to a GitHub release. Release are triggered by a tag with the pattern v* (e.g. v1.2.3); these tags may only be created from the default branch (main) or branches that match the pattern release-v*.

The release flow is as follows:

[!IMPORTANT]

In you're planning on releasing a major version, please ensure you've completed the following tasks:

  1. Navigate to the repository's Releases page and click Draft a new release.
  2. Create a new SemVer tag for the release.
  3. Select the target as either the default branch (main) or a release branch (a branch matching the pattern release-v*)
  4. Click Generate release notes.
  5. If this release is from a release branch (unless it really is the latest release) uncheck the Set as the latest release checkbox.
  6. Click "Publish release".
  7. GitHub Actions will trigger the release workflow.

After the workflow executes successfully, the GitHub release created in the prior step will have the relevant assets available for consumption and the new version will show up in the Terraform Registry.