File tree 1 file changed +3
-5
lines changed
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
-
4
1
# Visit https://goreleaser.com for documentation on how to customize this
5
2
# behavior.
3
+ version : 2
6
4
before :
7
5
hooks :
8
6
# this is just an example and not a requirement for provider building/publishing
9
7
- go mod tidy
10
8
builds :
11
9
- env :
12
10
# 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
14
12
# they are unable to install libraries.
15
13
- CGO_ENABLED=0
16
14
mod_timestamp : ' {{ .CommitTimestamp }}'
@@ -60,4 +58,4 @@ release:
60
58
# If you want to manually examine the release before its live, uncomment this line:
61
59
# draft: true
62
60
changelog :
63
- skip : true
61
+ disable : true
You can’t perform that action at this time.
0 commit comments