From 3b50ecb86f100e747a20a7b1f550fc7ff0c54eb1 Mon Sep 17 00:00:00 2001 From: Kyle Goyette Date: Wed, 18 Sep 2024 17:15:37 -0700 Subject: [PATCH 1/2] fix releaser --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9bb0aa7..1af480f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 before: hooks: # this is just an example and not a requirement for provider building/publishing @@ -7,7 +8,7 @@ before: builds: - env: # goreleaser does not work with CGO, it could also complicate - # usage by users in CI/CD systems like Terraform Cloud where + # usage by users in CI/CD systems like HCP Terraform where # they are unable to install libraries. - CGO_ENABLED=0 mod_timestamp: '{{ .CommitTimestamp }}' @@ -57,4 +58,4 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: true + disable: true \ No newline at end of file From 4db2adfc43dc074dfd7ef93d58f065919d47fb94 Mon Sep 17 00:00:00 2001 From: Kyle Goyette Date: Wed, 18 Sep 2024 17:16:20 -0700 Subject: [PATCH 2/2] wip --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1af480f..150ddfa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -58,4 +58,4 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - disable: true \ No newline at end of file + disable: true