diff options
author | Julien Dessaux | 2024-06-28 22:39:54 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-06-28 23:58:01 +0200 |
commit | 5615e02b9f6249af0a84282a749fbc516f7aa7ca (patch) | |
tree | c9f91a6a19cf3ff02be9a21c13d46dcf4ea3b809 /.goreleaser.yml | |
parent | Preparing for release (diff) | |
download | terraform-provider-eventline-5615e02b9f6249af0a84282a749fbc516f7aa7ca.tar.gz terraform-provider-eventline-5615e02b9f6249af0a84282a749fbc516f7aa7ca.tar.bz2 terraform-provider-eventline-5615e02b9f6249af0a84282a749fbc516f7aa7ca.zip |
chore(deps): updated goreleaser github action for latest versionv0.2.11
Diffstat (limited to '')
-rw-r--r-- | .goreleaser.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 34ff3de..b00d5d2 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 }}' @@ -36,7 +37,7 @@ checksum: signs: - artifacts: checksum args: - # if you are using this in a GitHub action or some other automated pipeline, you + # if you are using this in a GitHub action or some other automated pipeline, you # need to pass the batch flag to indicate its not interactive. - "--batch" - "--local-user" @@ -52,4 +53,4 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: true + disable: true |