diff --git a/.goreleaser.yml b/.goreleaser.yml index 3ef3328..e0a531a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,11 +1,9 @@ +version: 2 before: hooks: - go mod tidy builds: - env: - # goreleaser does not work with CGO, it could also complicate - # usage by users in CI/CD systems like Terraform Cloud where - # they are unable to install libraries. - CGO_ENABLED=0 mod_timestamp: '{{ .CommitTimestamp }}' flags: @@ -49,6 +47,5 @@ release: extra_files: - glob: 'terraform-registry-manifest.json' name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json' - # draft: true changelog: - skip: true + disable: true