File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) HashiCorp, Inc.
2- # SPDX-License-Identifier: MPL-2.0
3-
41# Visit https://goreleaser.com for documentation on how to customize this
52# behavior.
3+ version : 2
64before :
75 hooks :
86 # this is just an example and not a requirement for provider building/publishing
97 - go mod tidy
108builds :
119- env :
1210 # goreleaser does not work with CGO, it could also complicate
13- # usage by users in CI/CD systems like Terraform Cloud where
11+ # usage by users in CI/CD systems like HCP Terraform where
1412 # they are unable to install libraries.
1513 - CGO_ENABLED=0
1614 mod_timestamp : ' {{ .CommitTimestamp }}'
@@ -60,4 +58,4 @@ release:
6058 # If you want to manually examine the release before its live, uncomment this line:
6159 # draft: true
6260changelog :
63- skip : true
61+ disable : true
You can’t perform that action at this time.
0 commit comments