File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Visit https://goreleaser.com for documentation on how to customize this
22# behavior.
3+ version : 2
34before :
45 hooks :
56 # this is just an example and not a requirement for provider building/publishing
67 - go mod tidy
78builds :
89- env :
910 # goreleaser does not work with CGO, it could also complicate
10- # usage by users in CI/CD systems like Terraform Cloud where
11+ # usage by users in CI/CD systems like HCP Terraform where
1112 # they are unable to install libraries.
1213 - CGO_ENABLED=0
1314 mod_timestamp : ' {{ .CommitTimestamp }}'
@@ -57,4 +58,4 @@ release:
5758 # If you want to manually examine the release before its live, uncomment this line:
5859 # draft: true
5960changelog :
60- skip : true
61+ disable : true
You can’t perform that action at this time.
0 commit comments