Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 815 Bytes

File metadata and controls

12 lines (11 loc) · 815 Bytes

Releasing the Terraform provider

  1. Merge all your changes to the stable branch
  2. If any of the changes upgrades Go version, make sure that you have followed the Go upgrade checklist.
  3. Update CHANGELOG.md
    1. Add new heading with the correct version e.g. ## [v2.3.5]
    2. Update links at the bottom of the page
    3. Leave "Unreleased" section at the top empty
  4. Tag the release vX.Y.Z (e.g. v2.3.5)
  5. Push the tag to GitHub
  6. Ensure that there is new release in GitHub and publish it if it is draft state
  7. The Terraform registry will pick up the release