We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe4729 commit 818c211Copy full SHA for 818c211
.goreleaser.yml
@@ -11,7 +11,7 @@ snapshot:
11
builds:
12
- env:
13
# goreleaser does not work with CGO, it could also complicate
14
- # usage by users in CI/CD systems like Terraform Cloud where
+ # usage by users in CI/CD systems like HCP Terraform where
15
# they are unable to install libraries.
16
- CGO_ENABLED=0
17
mod_timestamp: '{{ .CommitTimestamp }}'
@@ -68,4 +68,4 @@ release:
68
# If you want to manually examine the release before its live, uncomment this line:
69
# draft: true
70
changelog:
71
- skip: true
+ disable: true
0 commit comments