Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update goreleaser to publish manifest file via hc-releases
The recent goreleaser v1.3.0 release allows for custom publishers to declare `extra_files` configuration. This will allow us to upload the manifest file to releases.hashicorp.com, which should be ingested by the Terraform Registry to properly set protocol versions, rather than being reliant on the legacy and HashiCorp-only x-terraform-protocol-version(s) headers. This also renames the manifest file slightly to match the documented convention at https://www.terraform.io/registry/providers/publishing#terraform-registry-manifest-file ```console $ goreleaser --version goreleaser version 1.3.0 commit: 3d2042cbf4d3b08a8395f0a4099e4bd31520dc24 built by: homebrew goos: darwin goarch: amd64 https://goreleaser.com $ goreleaser check • loading config file file=.goreleaser.yml • checking config: • config is valid ```
- Loading branch information